Inheritance diagram for sc_core::vcd_sc_fxnum_fast_trace:

Public Member Functions | |
| vcd_sc_fxnum_fast_trace (const sc_dt::sc_fxnum_fast &object, const std::string &name_, const std::string &vcd_name_) | |
| void | write (FILE *f) |
| bool | changed () |
| void | set_width () |
Protected Attributes | |
| const sc_dt::sc_fxnum_fast & | object |
| sc_dt::sc_fxnum_fast | old_value |
| sc_core::vcd_sc_fxnum_fast_trace::vcd_sc_fxnum_fast_trace | ( | const sc_dt::sc_fxnum_fast & | object, | |
| const std::string & | name_, | |||
| const std::string & | vcd_name_ | |||
| ) |
| void sc_core::vcd_sc_fxnum_fast_trace::write | ( | FILE * | f | ) | [virtual] |
Implements sc_core::vcd_trace.
| bool sc_core::vcd_sc_fxnum_fast_trace::changed | ( | ) | [virtual] |
Implements sc_core::vcd_trace.
| void sc_core::vcd_sc_fxnum_fast_trace::set_width | ( | ) | [virtual] |
Reimplemented from sc_core::vcd_trace.
const sc_dt::sc_fxnum_fast& sc_core::vcd_sc_fxnum_fast_trace::object [protected] |