SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
#include <sysc/kernel/sc_attribute.h>
Public Member Functions | |
sc_attribute (const std::string &name_) | |
sc_attribute (const std::string &name_, const T &value_) | |
sc_attribute (const sc_attribute< T > &a) | |
virtual | ~sc_attribute () |
const std::string & | name () const |
Public Attributes | |
T | value |
Definition at line 156 of file sc_attribute.h.
|
inline |
Definition at line 163 of file sc_attribute.h.
|
inline |
Definition at line 167 of file sc_attribute.h.
|
inline |
Definition at line 171 of file sc_attribute.h.
|
inlinevirtual |
Definition at line 178 of file sc_attribute.h.
|
inherited |
T sc_core::sc_attribute< T >::value |
Definition at line 184 of file sc_attribute.h.