Inheritance diagram for sc_core::wif_unsigned_short_trace:

Public Member Functions | |
| wif_unsigned_short_trace (const unsigned short &object_, const std::string &name_, const std::string &wif_name_, int width_) | |
| void | write (FILE *f) |
| bool | changed () |
Protected Attributes | |
| const unsigned short & | object |
| unsigned short | old_value |
| unsigned short | mask |
| sc_core::wif_unsigned_short_trace::wif_unsigned_short_trace | ( | const unsigned short & | object_, | |
| const std::string & | name_, | |||
| const std::string & | wif_name_, | |||
| int | width_ | |||
| ) |
| void sc_core::wif_unsigned_short_trace::write | ( | FILE * | f | ) | [virtual] |
Implements sc_core::wif_trace.
| bool sc_core::wif_unsigned_short_trace::changed | ( | ) | [virtual] |
Implements sc_core::wif_trace.
const unsigned short& sc_core::wif_unsigned_short_trace::object [protected] |
unsigned short sc_core::wif_unsigned_short_trace::old_value [protected] |
unsigned short sc_core::wif_unsigned_short_trace::mask [protected] |