scc
2022.4.0
SystemC components library
|
Public Member Functions | |
sc_variable_b (const char *name) | |
const char * | kind () const |
get the kind of this sc_object More... | |
virtual std::string | to_string () const |
retrieve the textual representation of the value More... | |
virtual void | trace (observer *obs) const =0 |
Definition at line 48 of file sc_variable.h.
|
inline |
|
inlinevirtual |
retrieve the textual representation of the value
Reimplemented in scc::sc_ref_variable_masked< T >, scc::sc_ref_variable< sc_core::sc_event >, scc::sc_ref_variable< T >, scc::sc_variable< bool >, scc::sc_variable< T >, and scc::sc_variable< unsigned >.
Definition at line 70 of file sc_variable.h.