構造体 sc_core::sc_bind_elem

すべてのメンバ一覧

Public メソッド

 sc_bind_elem ()
 sc_bind_elem (sc_interface *interface_)
 sc_bind_elem (sc_port_base *parent_)

Public 変数

sc_interfaceiface
sc_port_baseparent


説明

sc_port.cpp90 行で定義されています。


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

sc_core::sc_bind_elem::sc_bind_elem (  ) 

sc_port.cpp106 行で定義されています。

00107 : iface( 0 ),
00108   parent( 0 )
00109 {}

sc_core::sc_bind_elem::sc_bind_elem ( sc_interface interface_  )  [explicit]

sc_port.cpp111 行で定義されています。

00112 : iface( interface_ ),
00113   parent( 0 )
00114 {}

sc_core::sc_bind_elem::sc_bind_elem ( sc_port_base parent_  )  [explicit]

sc_port.cpp116 行で定義されています。

00117 : iface( 0 ),
00118   parent( parent_ )
00119 {}


変数

sc_port.cpp97 行で定義されています。

sc_port.cpp98 行で定義されています。


この構造体の説明は次のファイルから生成されました:

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