#include <rc_resolved_ports.h>
Definition at line 69 of file rc_resolved_ports.h.
Public Types | |
typedef sc_signal_inout_if < sc_dt::sc_logic > | if_type |
Public Member Functions | |
rc_inout_resolved () | |
rc_inout_resolved (const char *name_) | |
this_type & | operator= (const sc_dt::sc_logic &v) |
this_type & | operator= (const sc_signal_in_if< sc_dt::sc_logic > &v) |
this_type & | operator= (const sc_port< sc_signal_in_if< sc_dt::sc_logic >, 1 > &v) |
this_type & | operator= (const sc_port< sc_signal_inout_if< sc_dt::sc_logic >, 1 > &v) |
this_type & | operator= (const rc_inout_resolved &v) |
virtual void | end_of_elaboration () |
Private Types | |
typedef rc_inout_resolved | this_type |
typedef ::sc_core::sc_inout_resolved | base_type |
typedef rc_inout_resolved this_type [private] |
typedef ::sc_core::sc_inout_resolved base_type [private] |
typedef sc_signal_inout_if<sc_dt::sc_logic> if_type |
rc_inout_resolved | ( | ) | [inline] |
Definition at line 80 of file rc_resolved_ports.h.
rc_inout_resolved | ( | const char * | name_ | ) | [inline, explicit] |
Definition at line 81 of file rc_resolved_ports.h.
this_type& operator= | ( | const sc_dt::sc_logic & | v | ) | [inline] |
this_type& operator= | ( | const sc_signal_in_if< sc_dt::sc_logic > & | v | ) | [inline] |
this_type& operator= | ( | const sc_port< sc_signal_in_if< sc_dt::sc_logic >, 1 > & | v | ) | [inline] |
this_type& operator= | ( | const sc_port< sc_signal_inout_if< sc_dt::sc_logic >, 1 > & | v | ) | [inline] |
this_type& operator= | ( | const rc_inout_resolved & | v | ) | [inline] |
virtual void end_of_elaboration | ( | ) | [inline, virtual] |
Definition at line 96 of file rc_resolved_ports.h.