sc_core::sc_in_rv< W > Class Template Reference

#include <sc_signal_rv_ports.h>

Inheritance diagram for sc_core::sc_in_rv< W >:

sc_core::sc_in< 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_dt::sc_lv< W > data_type
typedef sc_in_rv< W > this_type
typedef sc_in< 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_port_type inout_port_type

Public Member Functions

 sc_in_rv ()
 sc_in_rv (const char *name_)
 sc_in_rv (const in_if_type &interface_)
 sc_in_rv (const char *name_, const in_if_type &interface_)
 sc_in_rv (in_port_type &parent_)
 sc_in_rv (const char *name_, in_port_type &parent_)
 sc_in_rv (inout_port_type &parent_)
 sc_in_rv (const char *name_, inout_port_type &parent_)
 sc_in_rv (this_type &parent_)
 sc_in_rv (const char *name_, this_type &parent_)
virtual ~sc_in_rv ()
virtual void end_of_elaboration ()
virtual const char * kind () const

Private Member Functions

 sc_in_rv (const this_type &)
this_typeoperator= (const this_type &)

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


Member Typedef Documentation

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

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

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

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

template<int W>
typedef sc_in<data_type> sc_core::sc_in_rv< W >::base_type

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

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

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

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

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

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

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


Constructor & Destructor Documentation

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

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

template<int W>
sc_core::sc_in_rv< W >::sc_in_rv ( const in_if_type interface_  )  [inline, explicit]

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

template<int W>
sc_core::sc_in_rv< W >::sc_in_rv ( in_port_type parent_  )  [inline, explicit]

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

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

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

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

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

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

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


Member Function Documentation

template<int W>
void sc_core::sc_in_rv< W >::end_of_elaboration (  )  [virtual]

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

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

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

template<int W>
this_type& sc_core::sc_in_rv< W >::operator= ( const this_type  )  [private]

Reimplemented from sc_core::sc_in< sc_dt::sc_lv< 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