scc 2025.09
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)
 sc_variable_b (sc_variable_b const &)=delete
 sc_variable_b (sc_variable_b &&)=delete
sc_variable_b & operator= (const sc_variable_b &other)=delete
sc_variable_b & operator= (sc_variable_b &&other)=delete
const char * kind () const
 get the kind of this sc_object
virtual std::string to_string () const
 retrieve the textual representation of the value
virtual void trace (observer *obs) const =0

Detailed Description

Definition at line 48 of file sc_variable.h.

Constructor & Destructor Documentation

◆ sc_variable_b()

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

Definition at line 55 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 70 of file sc_variable.h.

◆ to_string()

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

The documentation for this struct was generated from the following file:
  • /home/eyck/Projects/MINRES/SystemC-Components/src/sysc/scc/sc_variable.h