scc  2022.4.0
SystemC components library
scc::sc_variable_b Struct Referenceabstract
Inheritance diagram for scc::sc_variable_b:
Collaboration diagram for scc::sc_variable_b:

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
 

Detailed Description

Definition at line 48 of file sc_variable.h.

Member Function Documentation

◆ kind()

const char * scc::sc_variable_b::kind ( ) const
inline

get the kind of this sc_object

Returns
the kind string

Definition at line 63 of file sc_variable.h.

◆ to_string()

std::string scc::sc_variable_b::to_string ( ) const
inlinevirtual

The documentation for this struct was generated from the following file: