Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

sc_inout_rv< W > Class Template Reference

#include <sc_signal_rv_ports.h>

Inheritance diagram for sc_inout_rv< W >:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef 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 Methods

 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

Static Public Attributes

const char *const kind_string = "sc_inout_rv"

template<int W>
class sc_inout_rv< W >


Member Typedef Documentation

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

Reimplemented from sc_inout< sc_lv< W > >.

Reimplemented in sc_out_rv< W >.

Definition at line 183 of file sc_signal_rv_ports.h.

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

Reimplemented from sc_inout< sc_lv< W > >.

Reimplemented in sc_out_rv< W >.

Definition at line 180 of file sc_signal_rv_ports.h.

Referenced by sc_inout_rv< W >::operator=().

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

Reimplemented from sc_inout< sc_lv< W > >.

Reimplemented in sc_out_rv< W >.

Definition at line 185 of file sc_signal_rv_ports.h.

Referenced by sc_inout_rv< W >::operator=().

template<int W>
typedef base_type::in_port_type sc_inout_rv< W >::in_port_type
 

Reimplemented from sc_inout< sc_lv< W > >.

Reimplemented in sc_out_rv< W >.

Definition at line 186 of file sc_signal_rv_ports.h.

Referenced by sc_inout_rv< W >::operator=().

template<int W>
typedef base_type::inout_if_type sc_inout_rv< W >::inout_if_type
 

Reimplemented from sc_inout< sc_lv< W > >.

Reimplemented in sc_out_rv< W >.

Definition at line 187 of file sc_signal_rv_ports.h.

Referenced by sc_inout_rv< W >::sc_inout_rv().

template<int W>
typedef base_type::inout_port_type sc_inout_rv< W >::inout_port_type
 

Reimplemented from sc_inout< sc_lv< W > >.

Reimplemented in sc_out_rv< W >.

Definition at line 188 of file sc_signal_rv_ports.h.

Referenced by sc_inout_rv< W >::operator=(), and sc_inout_rv< W >::sc_inout_rv().

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

Reimplemented from sc_inout< sc_lv< W > >.

Reimplemented in sc_out_rv< W >.

Definition at line 182 of file sc_signal_rv_ports.h.


Constructor & Destructor Documentation

template<int W>
sc_inout_rv< W >::sc_inout_rv   [inline]
 

Definition at line 194 of file sc_signal_rv_ports.h.

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

Definition at line 198 of file sc_signal_rv_ports.h.

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

Definition at line 202 of file sc_signal_rv_ports.h.

References sc_inout_rv< W >::inout_if_type.

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

Definition at line 206 of file sc_signal_rv_ports.h.

References sc_inout_rv< W >::inout_if_type.

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

Definition at line 210 of file sc_signal_rv_ports.h.

References sc_inout_rv< W >::inout_port_type.

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

Definition at line 214 of file sc_signal_rv_ports.h.

References sc_inout_rv< W >::inout_port_type.

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

Definition at line 218 of file sc_signal_rv_ports.h.

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

Definition at line 222 of file sc_signal_rv_ports.h.

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

Definition at line 229 of file sc_signal_rv_ports.h.


Member Function Documentation

template<int W>
void sc_inout_rv< W >::end_of_elaboration   [virtual]
 

Reimplemented from sc_inout< sc_lv< W > >.

Definition at line 280 of file sc_signal_rv_ports.h.

References sc_inout_rv< W >::kind(), SC_REPORT_ERROR, and sprintf().

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

Reimplemented from sc_inout< sc_lv< W > >.

Reimplemented in sc_out_rv< W >.

Definition at line 260 of file sc_signal_rv_ports.h.

References sc_inout_rv< W >::kind_string.

Referenced by sc_inout_rv< W >::end_of_elaboration().

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

Reimplemented from sc_inout< sc_lv< W > >.

Reimplemented in sc_out_rv< W >.

Definition at line 247 of file sc_signal_rv_ports.h.

References sc_inout< sc_lv< W > >::read(), and sc_inout< sc_lv< W > >::write().

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

Reimplemented from sc_inout< sc_lv< W > >.

Reimplemented in sc_out_rv< W >.

Definition at line 244 of file sc_signal_rv_ports.h.

References sc_inout_rv< W >::inout_port_type, and sc_inout< sc_lv< W > >::write().

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

Reimplemented from sc_inout< sc_lv< W > >.

Reimplemented in sc_out_rv< W >.

Definition at line 241 of file sc_signal_rv_ports.h.

References sc_inout_rv< W >::in_port_type, and sc_inout< sc_lv< W > >::write().

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

Reimplemented from sc_inout< sc_lv< W > >.

Reimplemented in sc_out_rv< W >.

Definition at line 238 of file sc_signal_rv_ports.h.

References sc_inout_rv< W >::in_if_type, and sc_inout< sc_lv< W > >::write().

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

Reimplemented from sc_inout< sc_lv< W > >.

Reimplemented in sc_out_rv< W >.

Definition at line 235 of file sc_signal_rv_ports.h.

References sc_inout_rv< W >::data_type, and sc_inout< sc_lv< W > >::write().


Member Data Documentation

template<int W>
const char *const sc_inout_rv< W >::kind_string = "sc_inout_rv" [static]
 

Reimplemented from sc_inout< sc_lv< W > >.

Reimplemented in sc_out_rv< W >.

Definition at line 273 of file sc_signal_rv_ports.h.

Referenced by sc_inout_rv< W >::kind().


The documentation for this class was generated from the following file:
Generated on Sun Dec 12 19:23:06 2004 for SystemC2.0.1(excludingMSLib)(IncludingSCV) by doxygen1.2.18