sc_core::sc_out_rv< W > Class Template Reference

The sc_signal_rv<W> output port class. More...

#include <sysc/communication/sc_signal_rv_ports.h>

Inheritance diagram for sc_core::sc_out_rv< W >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_out_rv< W >:
Collaboration graph
[legend]

List of all members.

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_typeoperator= (const data_type &value_)
this_typeoperator= (const in_if_type &interface_)
this_typeoperator= (const in_port_type &port_)
this_typeoperator= (const inout_port_type &port_)
this_typeoperator= (const this_type &port_)
virtual const char * kind () const

Detailed Description

template<int W>
class sc_core::sc_out_rv< W >

The sc_signal_rv<W> output port class.

Definition at line 281 of file sc_signal_rv_ports.h.


Member Typedef Documentation

template<int W>
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.

template<int W>
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.

template<int W>
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.

Reimplemented from sc_core::sc_inout_rv< W >.

Definition at line 294 of file sc_signal_rv_ports.h.

Reimplemented from sc_core::sc_inout_rv< W >.

Definition at line 295 of file sc_signal_rv_ports.h.

Reimplemented from sc_core::sc_inout_rv< W >.

Definition at line 296 of file sc_signal_rv_ports.h.

template<int W>
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.


Constructor & Destructor Documentation

template<int W>
sc_core::sc_out_rv< W >::sc_out_rv (  )  [inline]

Definition at line 302 of file sc_signal_rv_ports.h.

template<int W>
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.

template<int W>
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.

template<int W>
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.

template<int W>
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.

template<int W>
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.

template<int W>
sc_core::sc_out_rv< W >::sc_out_rv ( this_type parent_  )  [inline]

Definition at line 326 of file sc_signal_rv_ports.h.

template<int W>
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.

template<int W>
virtual sc_core::sc_out_rv< W >::~sc_out_rv (  )  [inline, virtual]

Definition at line 337 of file sc_signal_rv_ports.h.


Member Function Documentation

template<int W>
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.

template<int W>
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.

template<int W>
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.

template<int W>
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.

template<int W>
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.

template<int W>
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.


The documentation for this class was generated from the following file:

Generated on 29 Oct 2015 for SystemC by  doxygen 1.6.1