

Public Member Functions | |
| wif_T_trace (const T &object_, const std::string &name_, const std::string &wif_name_, wif_trace_file::wif_enum type_) | |
| void | write (FILE *f) |
| bool | changed () |
| void | set_width () |
| virtual void | print_variable_declaration_line (FILE *f) |
Public Attributes | |
| const std::string | name |
| const std::string | wif_name |
| const char * | wif_type |
| int | bit_width |
Protected Attributes | |
| const T & | object |
| T | old_value |
Definition at line 1520 of file sc_wif_trace.cpp.
| sc_core::wif_T_trace< T >::wif_T_trace | ( | const T & | object_, | |
| const std::string & | name_, | |||
| const std::string & | wif_name_, | |||
| wif_trace_file::wif_enum | type_ | |||
| ) | [inline] |
Definition at line 1525 of file sc_wif_trace.cpp.
| void sc_core::wif_T_trace< T >::write | ( | FILE * | f | ) | [inline, virtual] |
| bool sc_core::wif_T_trace< T >::changed | ( | ) | [inline, virtual] |
| void sc_core::wif_T_trace< T >::set_width | ( | ) | [inline, virtual] |
| void sc_core::wif_trace::print_variable_declaration_line | ( | FILE * | f | ) | [virtual, inherited] |
const T& sc_core::wif_T_trace< T >::object [protected] |
Definition at line 1551 of file sc_wif_trace.cpp.
T sc_core::wif_T_trace< T >::old_value [protected] |
Definition at line 1552 of file sc_wif_trace.cpp.
const std::string sc_core::wif_trace::name [inherited] |
Definition at line 115 of file sc_wif_trace.cpp.
const std::string sc_core::wif_trace::wif_name [inherited] |
Definition at line 116 of file sc_wif_trace.cpp.
const char* sc_core::wif_trace::wif_type [inherited] |
Definition at line 117 of file sc_wif_trace.cpp.
int sc_core::wif_trace::bit_width [inherited] |
Definition at line 118 of file sc_wif_trace.cpp.
1.5.5