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]

List of all members.

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


Detailed Description

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

Definition at line 158 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 165 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 169 of file sc_attribute.h.

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

Definition at line 173 of file sc_attribute.h.

template<class T>
virtual sc_core::sc_attribute< T >::~sc_attribute (  )  [inline, virtual]

Definition at line 180 of file sc_attribute.h.


Member Function Documentation

const std::string & sc_core::sc_attr_base::name (  )  const [inherited]

Definition at line 76 of file sc_attribute.cpp.


Member Data Documentation

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

Definition at line 186 of file sc_attribute.h.


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

Generated on Wed Jan 21 15:32:14 2009 for SystemC by  doxygen 1.5.5