クラス テンプレート sc_core::sc_attribute< T >

#include <sc_attribute.h>

sc_core::sc_attribute< T >に対する継承グラフ

Inheritance graph
[凡例]

すべてのメンバ一覧

Public メソッド

 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 変数

value

Private メソッド

 sc_attribute ()
sc_attribute< T > & operator= (const sc_attribute< T > &)


説明

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

sc_attribute.h158 行で定義されています。


コンストラクタとデストラクタ

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

sc_attribute.h165 行で定義されています。

00166         : sc_attr_base( name_ ), value()
00167         {}

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

sc_attribute.h169 行で定義されています。

00170         : sc_attr_base( name_ ), value( value_ )
00171         {}

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

sc_attribute.h173 行で定義されています。

00174         : sc_attr_base( a.name() ), value( a.value )
00175         {}

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

sc_attribute.h180 行で定義されています。

00181         {}

template<class T>
sc_core::sc_attribute< T >::sc_attribute (  )  [private]


関数

template<class T>
sc_attribute<T>& sc_core::sc_attribute< T >::operator= ( const sc_attribute< T > &   )  [private]


変数

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

sc_attribute.h186 行で定義されています。


このクラスの説明は次のファイルから生成されました:

SystemCに対してFri Jun 6 20:11:57 2008に生成されました。  doxygen 1.5.6