sc_core::sc_signal_rv< W > Class Template Reference

#include <sc_signal_rv.h>

Inheritance diagram for sc_core::sc_signal_rv< W >:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef sc_signal_rv< W > this_type
typedef sc_signal< sc_dt::sc_lv<
W > > 
base_type
typedef sc_dt::sc_lv< W > data_type

Public Member Functions

 sc_signal_rv ()
 sc_signal_rv (const char *name_)
virtual ~sc_signal_rv ()
virtual void register_port (sc_port_base &, const char *)
virtual void write (const data_type &)
this_typeoperator= (const data_type &a)
this_typeoperator= (const this_type &a)
virtual const char * kind () const

Protected Member Functions

virtual void update ()

Protected Attributes

sc_pvector< sc_process_b * > m_proc_vec
sc_pvector< data_type * > m_val_vec

Private Member Functions

 sc_signal_rv (const this_type &)

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


Member Typedef Documentation

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

template<int W>
typedef sc_signal<sc_dt::sc_lv<W> > sc_core::sc_signal_rv< W >::base_type

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


Constructor & Destructor Documentation

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

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

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

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


Member Function Documentation

template<int W>
virtual void sc_core::sc_signal_rv< W >::register_port ( sc_port_base ,
const char *   
) [inline, virtual]

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

template<int W>
void sc_core::sc_signal_rv< W >::write ( const data_type  )  [inline, virtual]

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

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

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

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

template<int W>
void sc_core::sc_signal_rv< W >::update (  )  [inline, protected, virtual]

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


Member Data Documentation

template<int W>
sc_pvector<sc_process_b*> sc_core::sc_signal_rv< W >::m_proc_vec [protected]

template<int W>
sc_pvector<data_type*> sc_core::sc_signal_rv< W >::m_val_vec [protected]


The documentation for this class was generated from the following file:
Generated on Wed Apr 25 13:53:30 2007 for SystemC by  doxygen 1.5.1