Inheritance diagram for sc_core::vcd_uint64_trace:

Public Member Functions | |
| vcd_uint64_trace (const sc_dt::uint64 &object, const std::string &name_, const std::string &vcd_name_, int width_) | |
| void | write (FILE *f) |
| bool | changed () |
Protected Attributes | |
| const sc_dt::uint64 & | object |
| sc_dt::uint64 | old_value |
| sc_dt::uint64 | mask |
| sc_core::vcd_uint64_trace::vcd_uint64_trace | ( | const sc_dt::uint64 & | object, | |
| const std::string & | name_, | |||
| const std::string & | vcd_name_, | |||
| int | width_ | |||
| ) |
| void sc_core::vcd_uint64_trace::write | ( | FILE * | f | ) | [virtual] |
Implements sc_core::vcd_trace.
| bool sc_core::vcd_uint64_trace::changed | ( | ) | [virtual] |
Implements sc_core::vcd_trace.
const sc_dt::uint64& sc_core::vcd_uint64_trace::object [protected] |
sc_dt::uint64 sc_core::vcd_uint64_trace::old_value [protected] |
sc_dt::uint64 sc_core::vcd_uint64_trace::mask [protected] |