The sc_signal<T> output port class. More...
#include <sysc/communication/sc_signal_ports.h>
Public Types | |
typedef T | data_type |
typedef sc_out< data_type > | this_type |
typedef sc_inout< data_type > | base_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 () | |
sc_out (const char *name_) | |
sc_out (inout_if_type &interface_) | |
sc_out (const char *name_, inout_if_type &interface_) | |
sc_out (inout_port_type &parent_) | |
sc_out (const char *name_, inout_port_type &parent_) | |
sc_out (this_type &parent_) | |
sc_out (const char *name_, this_type &parent_) | |
virtual | ~sc_out () |
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<T> output port class.
Definition at line 1801 of file sc_signal_ports.h.
typedef sc_inout<data_type> sc_core::sc_out< T >::base_type |
Reimplemented from sc_core::sc_inout< T >.
Definition at line 1811 of file sc_signal_ports.h.
typedef T sc_core::sc_out< T >::data_type |
Reimplemented from sc_core::sc_inout< T >.
Definition at line 1808 of file sc_signal_ports.h.
typedef base_type::in_if_type sc_core::sc_out< T >::in_if_type |
Reimplemented from sc_core::sc_inout< T >.
Definition at line 1813 of file sc_signal_ports.h.
typedef base_type::in_port_type sc_core::sc_out< T >::in_port_type |
Reimplemented from sc_core::sc_inout< T >.
Definition at line 1814 of file sc_signal_ports.h.
typedef base_type::inout_if_type sc_core::sc_out< T >::inout_if_type |
Reimplemented from sc_core::sc_inout< T >.
Definition at line 1815 of file sc_signal_ports.h.
typedef base_type::inout_port_type sc_core::sc_out< T >::inout_port_type |
Reimplemented from sc_core::sc_inout< T >.
Definition at line 1816 of file sc_signal_ports.h.
typedef sc_out<data_type> sc_core::sc_out< T >::this_type |
Reimplemented from sc_core::sc_inout< T >.
Definition at line 1810 of file sc_signal_ports.h.
sc_core::sc_out< T >::sc_out | ( | ) | [inline] |
Definition at line 1822 of file sc_signal_ports.h.
sc_core::sc_out< T >::sc_out | ( | const char * | name_ | ) | [inline, explicit] |
Definition at line 1826 of file sc_signal_ports.h.
sc_core::sc_out< T >::sc_out | ( | inout_if_type & | interface_ | ) | [inline, explicit] |
Definition at line 1830 of file sc_signal_ports.h.
sc_core::sc_out< T >::sc_out | ( | const char * | name_, | |
inout_if_type & | interface_ | |||
) | [inline] |
Definition at line 1834 of file sc_signal_ports.h.
sc_core::sc_out< T >::sc_out | ( | inout_port_type & | parent_ | ) | [inline, explicit] |
Definition at line 1838 of file sc_signal_ports.h.
sc_core::sc_out< T >::sc_out | ( | const char * | name_, | |
inout_port_type & | parent_ | |||
) | [inline] |
Definition at line 1842 of file sc_signal_ports.h.
sc_core::sc_out< T >::sc_out | ( | this_type & | parent_ | ) | [inline] |
Definition at line 1846 of file sc_signal_ports.h.
sc_core::sc_out< T >::sc_out | ( | const char * | name_, | |
this_type & | parent_ | |||
) | [inline] |
Definition at line 1850 of file sc_signal_ports.h.
virtual sc_core::sc_out< T >::~sc_out | ( | ) | [inline, virtual] |
Definition at line 1857 of file sc_signal_ports.h.
virtual const char* sc_core::sc_out< T >::kind | ( | ) | const [inline, virtual] |
Reimplemented from sc_core::sc_inout< T >.
Definition at line 1878 of file sc_signal_ports.h.
this_type& sc_core::sc_out< T >::operator= | ( | const this_type & | port_ | ) | [inline] |
Reimplemented from sc_core::sc_inout< T >.
Definition at line 1875 of file sc_signal_ports.h.
this_type& sc_core::sc_out< T >::operator= | ( | const inout_port_type & | port_ | ) | [inline] |
Reimplemented from sc_core::sc_inout< T >.
Definition at line 1872 of file sc_signal_ports.h.
this_type& sc_core::sc_out< T >::operator= | ( | const in_port_type & | port_ | ) | [inline] |
Reimplemented from sc_core::sc_inout< T >.
Definition at line 1869 of file sc_signal_ports.h.
this_type& sc_core::sc_out< T >::operator= | ( | const in_if_type & | interface_ | ) | [inline] |
Reimplemented from sc_core::sc_inout< T >.
Definition at line 1866 of file sc_signal_ports.h.
this_type& sc_core::sc_out< T >::operator= | ( | const data_type & | value_ | ) | [inline] |
Reimplemented from sc_core::sc_inout< T >.
Definition at line 1863 of file sc_signal_ports.h.