The sc_signal_rv<W> output port class. More...
#include <sysc/communication/sc_signal_rv_ports.h>
Public Types | |
typedef sc_out_rv< W > | this_type |
typedef sc_inout_rv< W > | base_type |
typedef base_type::data_type | data_type |
typedef base_type::in_if_type | in_if_type |
typedef base_type::in_port_type | in_port_type |
typedef base_type::inout_if_type | inout_if_type |
typedef base_type::inout_port_type | inout_port_type |
Public Member Functions | |
sc_out_rv () | |
sc_out_rv (const char *name_) | |
sc_out_rv (inout_if_type &interface_) | |
sc_out_rv (const char *name_, inout_if_type &interface_) | |
sc_out_rv (inout_port_type &parent_) | |
sc_out_rv (const char *name_, inout_port_type &parent_) | |
sc_out_rv (this_type &parent_) | |
sc_out_rv (const char *name_, this_type &parent_) | |
virtual | ~sc_out_rv () |
this_type & | operator= (const data_type &value_) |
this_type & | operator= (const in_if_type &interface_) |
this_type & | operator= (const in_port_type &port_) |
this_type & | operator= (const inout_port_type &port_) |
this_type & | operator= (const this_type &port_) |
virtual const char * | kind () const |
The sc_signal_rv<W> output port class.
Definition at line 281 of file sc_signal_rv_ports.h.
typedef sc_inout_rv<W> sc_core::sc_out_rv< W >::base_type |
Reimplemented from sc_core::sc_inout_rv< W >.
Definition at line 289 of file sc_signal_rv_ports.h.
typedef base_type::data_type sc_core::sc_out_rv< W >::data_type |
Reimplemented from sc_core::sc_inout_rv< W >.
Definition at line 291 of file sc_signal_rv_ports.h.
typedef base_type::in_if_type sc_core::sc_out_rv< W >::in_if_type |
Reimplemented from sc_core::sc_inout_rv< W >.
Definition at line 293 of file sc_signal_rv_ports.h.
typedef base_type::in_port_type sc_core::sc_out_rv< W >::in_port_type |
Reimplemented from sc_core::sc_inout_rv< W >.
Definition at line 294 of file sc_signal_rv_ports.h.
typedef base_type::inout_if_type sc_core::sc_out_rv< W >::inout_if_type |
Reimplemented from sc_core::sc_inout_rv< W >.
Definition at line 295 of file sc_signal_rv_ports.h.
typedef base_type::inout_port_type sc_core::sc_out_rv< W >::inout_port_type |
Reimplemented from sc_core::sc_inout_rv< W >.
Definition at line 296 of file sc_signal_rv_ports.h.
typedef sc_out_rv<W> sc_core::sc_out_rv< W >::this_type |
Reimplemented from sc_core::sc_inout_rv< W >.
Definition at line 288 of file sc_signal_rv_ports.h.
sc_core::sc_out_rv< W >::sc_out_rv | ( | ) | [inline] |
Definition at line 302 of file sc_signal_rv_ports.h.
sc_core::sc_out_rv< W >::sc_out_rv | ( | const char * | name_ | ) | [inline, explicit] |
Definition at line 306 of file sc_signal_rv_ports.h.
sc_core::sc_out_rv< W >::sc_out_rv | ( | inout_if_type & | interface_ | ) | [inline, explicit] |
Definition at line 310 of file sc_signal_rv_ports.h.
sc_core::sc_out_rv< W >::sc_out_rv | ( | const char * | name_, | |
inout_if_type & | interface_ | |||
) | [inline] |
Definition at line 314 of file sc_signal_rv_ports.h.
sc_core::sc_out_rv< W >::sc_out_rv | ( | inout_port_type & | parent_ | ) | [inline, explicit] |
Definition at line 318 of file sc_signal_rv_ports.h.
sc_core::sc_out_rv< W >::sc_out_rv | ( | const char * | name_, | |
inout_port_type & | parent_ | |||
) | [inline] |
Definition at line 322 of file sc_signal_rv_ports.h.
sc_core::sc_out_rv< W >::sc_out_rv | ( | this_type & | parent_ | ) | [inline] |
Definition at line 326 of file sc_signal_rv_ports.h.
sc_core::sc_out_rv< W >::sc_out_rv | ( | const char * | name_, | |
this_type & | parent_ | |||
) | [inline] |
Definition at line 330 of file sc_signal_rv_ports.h.
virtual sc_core::sc_out_rv< W >::~sc_out_rv | ( | ) | [inline, virtual] |
Definition at line 337 of file sc_signal_rv_ports.h.
virtual const char* sc_core::sc_out_rv< W >::kind | ( | ) | const [inline, virtual] |
Reimplemented from sc_core::sc_inout_rv< W >.
Definition at line 358 of file sc_signal_rv_ports.h.
this_type& sc_core::sc_out_rv< W >::operator= | ( | const this_type & | port_ | ) | [inline] |
Reimplemented from sc_core::sc_inout_rv< W >.
Definition at line 355 of file sc_signal_rv_ports.h.
this_type& sc_core::sc_out_rv< W >::operator= | ( | const inout_port_type & | port_ | ) | [inline] |
Reimplemented from sc_core::sc_inout_rv< W >.
Definition at line 352 of file sc_signal_rv_ports.h.
this_type& sc_core::sc_out_rv< W >::operator= | ( | const in_port_type & | port_ | ) | [inline] |
Reimplemented from sc_core::sc_inout_rv< W >.
Definition at line 349 of file sc_signal_rv_ports.h.
this_type& sc_core::sc_out_rv< W >::operator= | ( | const in_if_type & | interface_ | ) | [inline] |
Reimplemented from sc_core::sc_inout_rv< W >.
Definition at line 346 of file sc_signal_rv_ports.h.
this_type& sc_core::sc_out_rv< W >::operator= | ( | const data_type & | value_ | ) | [inline] |
Reimplemented from sc_core::sc_inout_rv< W >.
Definition at line 343 of file sc_signal_rv_ports.h.