SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | Public Attributes | List of all members
sc_core::sc_attribute< T > Class Template Reference

#include <sysc/kernel/sc_attribute.h>

Inheritance diagram for sc_core::sc_attribute< T >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_attribute< T >:
Collaboration graph
[legend]

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 Member Functions inherited from sc_core::sc_attr_base
 sc_attr_base (const std::string &name_)
 
 sc_attr_base (const sc_attr_base &)
 
virtual ~sc_attr_base ()
 
const std::string & name () const
 

Public Attributes

value
 

Detailed Description

template<class T>
class sc_core::sc_attribute< T >

Definition at line 142 of file sc_attribute.h.

Constructor & Destructor Documentation

template<class T>
sc_core::sc_attribute< T >::sc_attribute ( const std::string &  name_)
inline

Definition at line 149 of file sc_attribute.h.

template<class T>
sc_core::sc_attribute< T >::sc_attribute ( const std::string &  name_,
const T &  value_ 
)
inline

Definition at line 153 of file sc_attribute.h.

template<class T>
sc_core::sc_attribute< T >::sc_attribute ( const sc_attribute< T > &  a)
inline

Definition at line 157 of file sc_attribute.h.

template<class T>
virtual sc_core::sc_attribute< T >::~sc_attribute ( )
inlinevirtual

Definition at line 164 of file sc_attribute.h.

Member Data Documentation

template<class T>
T sc_core::sc_attribute< T >::value

Definition at line 170 of file sc_attribute.h.


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