#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 () |
Public Attributes | |
T | value |
Definition at line 142 of file sc_attribute.h.
sc_core::sc_attribute< T >::sc_attribute | ( | const std::string & | name_ | ) | [inline] |
Definition at line 149 of file sc_attribute.h.
sc_core::sc_attribute< T >::sc_attribute | ( | const std::string & | name_, | |
const T & | value_ | |||
) | [inline] |
Definition at line 153 of file sc_attribute.h.
sc_core::sc_attribute< T >::sc_attribute | ( | const sc_attribute< T > & | a | ) | [inline] |
Definition at line 157 of file sc_attribute.h.
virtual sc_core::sc_attribute< T >::~sc_attribute | ( | ) | [inline, virtual] |
Definition at line 164 of file sc_attribute.h.
T sc_core::sc_attribute< T >::value |
Definition at line 170 of file sc_attribute.h.