クラス テンプレート sc_core::sc_inout< bool >

#include <sc_signal_ports.h>

sc_core::sc_inout< bool >に対する継承グラフ

Inheritance graph
[凡例]

すべてのメンバ一覧

Public 型

typedef bool data_type
typedef sc_signal_inout_if
< data_type
if_type
typedef sc_port< if_type, 1 > base_type
typedef sc_inout< data_typethis_type
typedef sc_signal_in_if
< data_type
in_if_type
typedef sc_port< in_if_type, 1 > in_port_type
typedef if_type inout_if_type
typedef base_type inout_port_type

Public メソッド

 sc_inout ()
 sc_inout (const char *name_)
 sc_inout (inout_if_type &interface_)
 sc_inout (const char *name_, inout_if_type &interface_)
 sc_inout (inout_port_type &parent_)
 sc_inout (const char *name_, inout_port_type &parent_)
 sc_inout (this_type &parent_)
 sc_inout (const char *name_, this_type &parent_)
virtual ~sc_inout ()
const sc_eventdefault_event () const
const sc_eventvalue_changed_event () const
const sc_eventposedge_event () const
const sc_eventnegedge_event () const
const data_typeread () const
 operator const data_type & () const
sc_event_finderpos () const
sc_event_finderneg () const
bool event () const
bool posedge () const
bool negedge () const
const sc_signal_bool_deval & delayed () const
void write (const data_type &value_)
this_typeoperator= (const data_type &value_)
this_typeoperator= (const in_if_type &interface_)
this_typeoperator= (const in_port_type &port_)
this_typeoperator= (const inout_port_type &port_)
this_typeoperator= (const this_type &port_)
void initialize (const data_type &value_)
void initialize (const in_if_type &interface_)
virtual void end_of_elaboration ()
sc_event_findervalue_changed () const
virtual const char * kind () const
void add_trace (sc_trace_file *, const std::string &) const

Protected メソッド

void remove_traces () const

Protected 変数

data_typem_init_val
sc_trace_params_vecm_traces

Private メソッド

 sc_inout (const this_type &)

template<>
class sc_core::sc_inout< bool >


型定義

typedef bool sc_core::sc_inout< bool >::data_type

sc_core::sc_port< IF, N >を再定義しています。

sc_core::sc_port< IF, N >を再定義しています。


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

sc_core::sc_inout< bool >::sc_inout (  )  [inline]

sc_core::sc_inout< bool >::sc_inout ( const char *  name_  )  [inline, explicit]

sc_core::sc_inout< bool >::sc_inout ( inout_if_type interface_  )  [inline, explicit]

sc_core::sc_inout< bool >::sc_inout ( const char *  name_,
inout_if_type interface_ 
) [inline]

sc_core::sc_inout< bool >::sc_inout ( inout_port_type parent_  )  [inline, explicit]

sc_core::sc_inout< bool >::sc_inout ( const char *  name_,
inout_port_type parent_ 
) [inline]

sc_core::sc_inout< bool >::sc_inout ( this_type parent_  )  [inline]

sc_core::sc_inout< bool >::sc_inout ( const char *  name_,
this_type parent_ 
) [inline]

sc_core::sc_inout< bool >::~sc_inout (  )  [virtual]

sc_core::sc_inout< bool >::sc_inout ( const this_type  )  [private]


関数

const sc_event& sc_core::sc_inout< bool >::default_event (  )  const [inline]

const sc_event& sc_core::sc_inout< bool >::value_changed_event (  )  const [inline]

const sc_event& sc_core::sc_inout< bool >::posedge_event (  )  const [inline]

const sc_event& sc_core::sc_inout< bool >::negedge_event (  )  const [inline]

const data_type& sc_core::sc_inout< bool >::read (  )  const [inline]

sc_core::sc_inout< bool >::operator const data_type & (  )  const [inline]

sc_event_finder& sc_core::sc_inout< bool >::pos (  )  const [inline]

sc_event_finder& sc_core::sc_inout< bool >::neg (  )  const [inline]

bool sc_core::sc_inout< bool >::event (  )  const [inline]

bool sc_core::sc_inout< bool >::posedge (  )  const [inline]

bool sc_core::sc_inout< bool >::negedge (  )  const [inline]

const sc_signal_bool_deval & sc_core::sc_inout< bool >::delayed (  )  const [inline]

void sc_core::sc_inout< bool >::write ( const data_type value_  )  [inline]

this_type& sc_core::sc_inout< bool >::operator= ( const data_type value_  )  [inline]

this_type& sc_core::sc_inout< bool >::operator= ( const in_if_type interface_  )  [inline]

this_type& sc_core::sc_inout< bool >::operator= ( const in_port_type port_  )  [inline]

this_type& sc_core::sc_inout< bool >::operator= ( const inout_port_type port_  )  [inline]

sc_core::sc_port< IF, N >を再定義しています。

this_type& sc_core::sc_inout< bool >::operator= ( const this_type port_  )  [inline]

sc_core::sc_port< IF, N >を再定義しています。

void sc_core::sc_inout< bool >::initialize ( const data_type value_  ) 

void sc_core::sc_inout< bool >::initialize ( const in_if_type interface_  )  [inline]

void sc_core::sc_inout< bool >::end_of_elaboration (  )  [virtual]

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

sc_event_finder& sc_core::sc_inout< bool >::value_changed (  )  const [inline]

virtual const char* sc_core::sc_inout< bool >::kind (  )  const [inline, virtual]

sc_core::sc_port< IF, N >を再定義しています。

void sc_core::sc_inout< bool >::add_trace ( sc_trace_file tf_,
const std::string &  name_ 
) const

void sc_core::sc_inout< bool >::remove_traces (  )  const [protected]


変数

data_type* sc_core::sc_inout< bool >::m_init_val [protected]

sc_trace_params_vec* sc_core::sc_inout< bool >::m_traces [mutable, protected]


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

SystemCに対してFri Jun 6 07:40:40 2008に生成されました。  doxygen 1.5.6