sc_core::sc_out_rv< W > Class Template Reference

#include <sc_signal_rv_ports.h>

Inheritance diagram for sc_core::sc_out_rv< W >:

sc_core::sc_inout_rv< W > sc_core::sc_inout< sc_dt::sc_lv< W > > sc_core::sc_port< IF, N > sc_core::sc_port_b< IF > sc_core::sc_port_base sc_core::sc_object 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

Private Member Functions

 sc_out_rv (const this_type &)

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


Member Typedef Documentation

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

Reimplemented from sc_core::sc_inout_rv< W >.

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

Reimplemented from sc_core::sc_inout_rv< W >.

template<int W>
typedef base_type::data_type sc_core::sc_out_rv< W >::data_type

Reimplemented from sc_core::sc_inout_rv< W >.

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 >.

template<int W>
typedef base_type::in_port_type sc_core::sc_out_rv< W >::in_port_type

Reimplemented from sc_core::sc_inout_rv< W >.

template<int W>
typedef base_type::inout_if_type sc_core::sc_out_rv< W >::inout_if_type

Reimplemented from sc_core::sc_inout_rv< W >.

template<int W>
typedef base_type::inout_port_type sc_core::sc_out_rv< W >::inout_port_type

Reimplemented from sc_core::sc_inout_rv< W >.


Constructor & Destructor Documentation

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

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

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

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

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

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

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

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

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

template<int W>
sc_core::sc_out_rv< W >::sc_out_rv ( const this_type  )  [private]


Member Function Documentation

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 >.

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 >.

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 >.

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 >.

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 >.

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

Reimplemented from sc_core::sc_inout_rv< W >.


The documentation for this class was generated from the following file:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page