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

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

Inheritance graph
[凡例]

すべてのメンバ一覧

Public メソッド

 wif_T_trace (const T &object_, const std::string &name_, const std::string &wif_name_, wif_trace_file::wif_enum type_)
void write (FILE *f)
bool changed ()
void set_width ()

Protected 変数

const T & object
old_value


説明

template<class T>
class sc_core::wif_T_trace< T >

sc_wif_trace.cpp1520 行で定義されています。


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

template<class T>
sc_core::wif_T_trace< T >::wif_T_trace ( const T &  object_,
const std::string &  name_,
const std::string &  wif_name_,
wif_trace_file::wif_enum  type_ 
) [inline]

sc_wif_trace.cpp1525 行で定義されています。

01529     : wif_trace( name_, wif_name_),
01530       object( object_ ),
01531       old_value( object_ )
01532     {  wif_type = wif_names[type_]; }


関数

template<class T>
void sc_core::wif_T_trace< T >::write ( FILE *  f  )  [inline, virtual]

sc_core::wif_traceを実装しています。

sc_wif_trace.cpp1534 行で定義されています。

01535     {
01536        std::fprintf( f,
01537                 "assign %s \"%s\" ;\n",
01538                 wif_name.c_str(),
01539                 object.to_string().c_str() );
01540        old_value = object;
01541     }

template<class T>
bool sc_core::wif_T_trace< T >::changed (  )  [inline, virtual]

sc_core::wif_traceを実装しています。

sc_wif_trace.cpp1543 行で定義されています。

01544         { return !(object == old_value); }

template<class T>
void sc_core::wif_T_trace< T >::set_width (  )  [inline, virtual]

sc_core::wif_traceを再定義しています。

sc_wif_trace.cpp1546 行で定義されています。

01547         { bit_width = object.length(); }


変数

template<class T>
const T& sc_core::wif_T_trace< T >::object [protected]

sc_wif_trace.cpp1551 行で定義されています。

template<class T>
T sc_core::wif_T_trace< T >::old_value [protected]

sc_wif_trace.cpp1552 行で定義されています。


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

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