sc_core::sc_inout_rv< W > Class Template Reference

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

#include <sysc/communication/sc_signal_rv_ports.h>

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

List of all members.

Public Types

typedef sc_dt::sc_lv< W > data_type
typedef sc_inout_rv< W > this_type
typedef sc_inout< data_typebase_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_inout_rv ()
 sc_inout_rv (const char *name_)
 sc_inout_rv (inout_if_type &interface_)
 sc_inout_rv (const char *name_, inout_if_type &interface_)
 sc_inout_rv (inout_port_type &parent_)
 sc_inout_rv (const char *name_, inout_port_type &parent_)
 sc_inout_rv (this_type &parent_)
 sc_inout_rv (const char *name_, this_type &parent_)
virtual ~sc_inout_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 void end_of_elaboration ()
virtual const char * kind () const

Detailed Description

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

The sc_signal_rv<W> input/output port class.

Definition at line 157 of file sc_signal_rv_ports.h.


Member Typedef Documentation

template<int W>
typedef sc_inout<data_type> sc_core::sc_inout_rv< W >::base_type

Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.

Reimplemented in sc_core::sc_out_rv< W >.

Definition at line 167 of file sc_signal_rv_ports.h.

template<int W>
typedef sc_dt::sc_lv<W> sc_core::sc_inout_rv< W >::data_type

Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.

Reimplemented in sc_core::sc_out_rv< W >.

Definition at line 164 of file sc_signal_rv_ports.h.

template<int W>
typedef base_type::in_if_type sc_core::sc_inout_rv< W >::in_if_type

Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.

Reimplemented in sc_core::sc_out_rv< W >.

Definition at line 169 of file sc_signal_rv_ports.h.

Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.

Reimplemented in sc_core::sc_out_rv< W >.

Definition at line 170 of file sc_signal_rv_ports.h.

Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.

Reimplemented in sc_core::sc_out_rv< W >.

Definition at line 171 of file sc_signal_rv_ports.h.

Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.

Reimplemented in sc_core::sc_out_rv< W >.

Definition at line 172 of file sc_signal_rv_ports.h.

template<int W>
typedef sc_inout_rv<W> sc_core::sc_inout_rv< W >::this_type

Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.

Reimplemented in sc_core::sc_out_rv< W >.

Definition at line 166 of file sc_signal_rv_ports.h.


Constructor & Destructor Documentation

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

Definition at line 178 of file sc_signal_rv_ports.h.

template<int W>
sc_core::sc_inout_rv< W >::sc_inout_rv ( const char *  name_  )  [inline, explicit]

Definition at line 182 of file sc_signal_rv_ports.h.

template<int W>
sc_core::sc_inout_rv< W >::sc_inout_rv ( inout_if_type interface_  )  [inline, explicit]

Definition at line 186 of file sc_signal_rv_ports.h.

template<int W>
sc_core::sc_inout_rv< W >::sc_inout_rv ( const char *  name_,
inout_if_type interface_ 
) [inline]

Definition at line 190 of file sc_signal_rv_ports.h.

template<int W>
sc_core::sc_inout_rv< W >::sc_inout_rv ( inout_port_type parent_  )  [inline, explicit]

Definition at line 194 of file sc_signal_rv_ports.h.

template<int W>
sc_core::sc_inout_rv< W >::sc_inout_rv ( const char *  name_,
inout_port_type parent_ 
) [inline]

Definition at line 198 of file sc_signal_rv_ports.h.

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

Definition at line 202 of file sc_signal_rv_ports.h.

template<int W>
sc_core::sc_inout_rv< W >::sc_inout_rv ( const char *  name_,
this_type parent_ 
) [inline]

Definition at line 206 of file sc_signal_rv_ports.h.

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

Definition at line 213 of file sc_signal_rv_ports.h.


Member Function Documentation

template<int W>
void sc_core::sc_inout_rv< W >::end_of_elaboration (  )  [inline, virtual]

Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.

Definition at line 258 of file sc_signal_rv_ports.h.

template<int W>
virtual const char* sc_core::sc_inout_rv< W >::kind (  )  const [inline, virtual]

Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.

Reimplemented in sc_core::sc_out_rv< W >.

Definition at line 241 of file sc_signal_rv_ports.h.

template<int W>
this_type& sc_core::sc_inout_rv< W >::operator= ( const this_type port_  )  [inline]

Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.

Reimplemented in sc_core::sc_out_rv< W >.

Definition at line 231 of file sc_signal_rv_ports.h.

template<int W>
this_type& sc_core::sc_inout_rv< W >::operator= ( const inout_port_type port_  )  [inline]

Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.

Reimplemented in sc_core::sc_out_rv< W >, and sc_core::sc_out_rv< W >.

Definition at line 228 of file sc_signal_rv_ports.h.

template<int W>
this_type& sc_core::sc_inout_rv< W >::operator= ( const in_port_type port_  )  [inline]

Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.

Reimplemented in sc_core::sc_out_rv< W >, and sc_core::sc_out_rv< W >.

Definition at line 225 of file sc_signal_rv_ports.h.

template<int W>
this_type& sc_core::sc_inout_rv< W >::operator= ( const in_if_type interface_  )  [inline]

Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.

Reimplemented in sc_core::sc_out_rv< W >.

Definition at line 222 of file sc_signal_rv_ports.h.

template<int W>
this_type& sc_core::sc_inout_rv< W >::operator= ( const data_type value_  )  [inline]

Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.

Reimplemented in sc_core::sc_out_rv< W >.

Definition at line 219 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