#include <sc_signal_ports.h>

Public 型 | |
| typedef T | data_type |
| typedef sc_signal_in_if < data_type > | if_type |
| typedef sc_port< if_type, 1 > | base_type |
| typedef sc_in< data_type > | this_type |
| typedef if_type | in_if_type |
| typedef base_type | in_port_type |
| typedef sc_signal_inout_if < data_type > | inout_if_type |
| typedef sc_port< inout_if_type, 1 > | inout_port_type |
Public メソッド | |
| sc_in () | |
| sc_in (const char *name_) | |
| sc_in (const in_if_type &interface_) | |
| sc_in (const char *name_, const in_if_type &interface_) | |
| sc_in (in_port_type &parent_) | |
| sc_in (const char *name_, in_port_type &parent_) | |
| sc_in (inout_port_type &parent_) | |
| sc_in (const char *name_, inout_port_type &parent_) | |
| sc_in (this_type &parent_) | |
| sc_in (const char *name_, this_type &parent_) | |
| virtual | ~sc_in () |
| void | bind (const in_if_type &interface_) |
| void | operator() (const in_if_type &interface_) |
| void | bind (in_port_type &parent_) |
| void | operator() (in_port_type &parent_) |
| void | bind (inout_port_type &parent_) |
| void | operator() (inout_port_type &parent_) |
| const sc_event & | default_event () const |
| const sc_event & | value_changed_event () const |
| const data_type & | read () const |
| operator const data_type & () const | |
| bool | event () const |
| sc_event_finder & | value_changed () const |
| virtual void | end_of_elaboration () |
| virtual const char * | kind () const |
| void | add_trace (sc_trace_file *, const std::string &) const |
Protected メソッド | |
| void | remove_traces () const |
| virtual int | vbind (sc_interface &) |
| virtual int | vbind (sc_port_base &) |
Protected 変数 | |
| sc_trace_params_vec * | m_traces |
Private メソッド | |
| sc_in (const this_type &) | |
| this_type & | operator= (const this_type &) |
| typedef T sc_core::sc_in< T >::data_type |
sc_core::sc_in_rv< W >で再定義されています。
| typedef sc_signal_in_if<data_type> sc_core::sc_in< T >::if_type |
| typedef sc_port<if_type,1> sc_core::sc_in< T >::base_type |
| typedef sc_in<data_type> sc_core::sc_in< T >::this_type |
| typedef if_type sc_core::sc_in< T >::in_if_type |
sc_core::sc_in_rv< W >で再定義されています。
| typedef base_type sc_core::sc_in< T >::in_port_type |
sc_core::sc_in_rv< W >で再定義されています。
| typedef sc_signal_inout_if<data_type> sc_core::sc_in< T >::inout_if_type |
| typedef sc_port<inout_if_type,1> sc_core::sc_in< T >::inout_port_type |
sc_core::sc_in_rv< W >で再定義されています。
| sc_core::sc_in< T >::sc_in | ( | ) | [inline] |
| sc_core::sc_in< T >::sc_in | ( | const char * | name_ | ) | [inline, explicit] |
| sc_core::sc_in< T >::sc_in | ( | const in_if_type & | interface_ | ) | [inline, explicit] |
| sc_core::sc_in< T >::sc_in | ( | const char * | name_, | |
| const in_if_type & | interface_ | |||
| ) | [inline] |
| sc_core::sc_in< T >::sc_in | ( | in_port_type & | parent_ | ) | [inline, explicit] |
| sc_core::sc_in< T >::sc_in | ( | const char * | name_, | |
| in_port_type & | parent_ | |||
| ) | [inline] |
| sc_core::sc_in< T >::sc_in | ( | inout_port_type & | parent_ | ) | [inline, explicit] |
| sc_core::sc_in< T >::sc_in | ( | const char * | name_, | |
| inout_port_type & | parent_ | |||
| ) | [inline] |
| sc_core::sc_in< T >::sc_in | ( | this_type & | parent_ | ) | [inline] |
| sc_core::sc_in< T >::sc_in | ( | const char * | name_, | |
| this_type & | parent_ | |||
| ) | [inline] |
| virtual sc_core::sc_in< T >::~sc_in | ( | ) | [inline, virtual] |
| sc_core::sc_in< T >::sc_in | ( | const this_type & | ) | [private] |
| void sc_core::sc_in< T >::bind | ( | const in_if_type & | interface_ | ) | [inline] |
| void sc_core::sc_in< T >::operator() | ( | const in_if_type & | interface_ | ) | [inline] |
| void sc_core::sc_in< T >::bind | ( | in_port_type & | parent_ | ) | [inline] |
sc_core::sc_port_b< IF >を再定義しています。
| void sc_core::sc_in< T >::operator() | ( | in_port_type & | parent_ | ) | [inline] |
sc_core::sc_port_b< IF >を再定義しています。
| void sc_core::sc_in< T >::bind | ( | inout_port_type & | parent_ | ) | [inline] |
| void sc_core::sc_in< T >::operator() | ( | inout_port_type & | parent_ | ) | [inline] |
| const sc_event& sc_core::sc_in< T >::default_event | ( | ) | const [inline] |
| const sc_event& sc_core::sc_in< T >::value_changed_event | ( | ) | const [inline] |
| const data_type& sc_core::sc_in< T >::read | ( | ) | const [inline] |
| sc_core::sc_in< T >::operator const data_type & | ( | ) | const [inline] |
| bool sc_core::sc_in< T >::event | ( | ) | const [inline] |
| sc_event_finder& sc_core::sc_in< T >::value_changed | ( | ) | const [inline] |
| void sc_core::sc_in< T >::end_of_elaboration | ( | ) | [inline, virtual] |
| virtual const char* sc_core::sc_in< T >::kind | ( | ) | const [inline, virtual] |
| void sc_core::sc_in< T >::add_trace | ( | sc_trace_file * | tf_, | |
| const std::string & | name_ | |||
| ) | const [inline] |
| void sc_core::sc_in< T >::remove_traces | ( | ) | const [inline, protected] |
| int sc_core::sc_in< T >::vbind | ( | sc_interface & | interface_ | ) | [inline, protected, virtual] |
sc_core::sc_port_b< IF >を再定義しています。
| int sc_core::sc_in< T >::vbind | ( | sc_port_base & | parent_ | ) | [inline, protected, virtual] |
sc_core::sc_port_b< IF >を再定義しています。
| this_type& sc_core::sc_in< T >::operator= | ( | const this_type & | ) | [private] |
sc_trace_params_vec* sc_core::sc_in< T >::m_traces [mutable, protected] |
1.5.6