#include <rc_resolved_ports.h>

Definition at line 103 of file rc_resolved_ports.h.
Public Types | |
| typedef sc_signal_out_if < sc_dt::sc_logic > | if_type |
Public Member Functions | |
| rc_out_resolved () | |
| rc_out_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) |
Private Types | |
| typedef rc_out_resolved | this_type |
| typedef rc_inout_resolved | base_type |
typedef rc_out_resolved this_type [private] |
typedef rc_inout_resolved base_type [private] |
| typedef sc_signal_out_if<sc_dt::sc_logic> if_type |
| rc_out_resolved | ( | ) | [inline] |
Definition at line 114 of file rc_resolved_ports.h.
| rc_out_resolved | ( | const char * | name_ | ) | [inline, explicit] |
Definition at line 115 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] |
1.5.3