Inheritance diagram for sc_core::wif_sc_signed_trace:

Public Member Functions | |
| wif_sc_signed_trace (const sc_dt::sc_signed &object_, const std::string &name_, const std::string &wif_name_) | |
| void | write (FILE *f) |
| bool | changed () |
| void | set_width () |
Protected Attributes | |
| const sc_dt::sc_signed & | object |
| sc_dt::sc_signed | old_value |
| sc_core::wif_sc_signed_trace::wif_sc_signed_trace | ( | const sc_dt::sc_signed & | object_, | |
| const std::string & | name_, | |||
| const std::string & | wif_name_ | |||
| ) |
| void sc_core::wif_sc_signed_trace::write | ( | FILE * | f | ) | [virtual] |
Implements sc_core::wif_trace.
| bool sc_core::wif_sc_signed_trace::changed | ( | ) | [virtual] |
Implements sc_core::wif_trace.
| void sc_core::wif_sc_signed_trace::set_width | ( | ) | [virtual] |
Reimplemented from sc_core::wif_trace.
const sc_dt::sc_signed& sc_core::wif_sc_signed_trace::object [protected] |