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

sc_buffer< T > Class Template Reference

#include <sc_buffer.h>

Inheritance diagram for sc_buffer< T >:

Inheritance graph
[legend]
Collaboration diagram for sc_buffer< T >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef sc_buffer< T > this_type
typedef sc_signal< T > base_type

Public Methods

 sc_buffer ()
 sc_buffer (const char *name_)
virtual void write (const T &)
sc_buffer< T > & operator= (const T &a)
sc_buffer< T > & operator= (const base_type &a)
sc_buffer< T > & operator= (const this_type &a)
virtual const char * kind () const

Protected Methods

virtual void update ()

template<class T>
class sc_buffer< T >


Member Typedef Documentation

template<class T>
typedef sc_signal<T> sc_buffer< T >::base_type
 

Definition at line 59 of file sc_buffer.h.

template<class T>
typedef sc_buffer<T> sc_buffer< T >::this_type
 

Definition at line 58 of file sc_buffer.h.


Constructor & Destructor Documentation

template<class T>
sc_buffer< T >::sc_buffer   [inline]
 

Definition at line 65 of file sc_buffer.h.

template<class T>
sc_buffer< T >::sc_buffer const char *    name_ [inline, explicit]
 

Definition at line 69 of file sc_buffer.h.


Member Function Documentation

template<class T>
virtual const char* sc_buffer< T >::kind   const [inline, virtual]
 

Reimplemented from sc_signal< T >.

Definition at line 91 of file sc_buffer.h.

template<class T>
sc_buffer<T>& sc_buffer< T >::operator= const this_type   a [inline]
 

Definition at line 88 of file sc_buffer.h.

References sc_signal< T >::read(), and sc_buffer< T >::write().

template<class T>
sc_buffer<T>& sc_buffer< T >::operator= const base_type   a [inline]
 

Definition at line 85 of file sc_buffer.h.

References sc_signal< T >::read(), and sc_buffer< T >::write().

template<class T>
sc_buffer<T>& sc_buffer< T >::operator= const T &    a [inline]
 

Reimplemented from sc_signal< T >.

Definition at line 82 of file sc_buffer.h.

References sc_buffer< T >::write().

template<class T>
void sc_buffer< T >::update   [inline, protected, virtual]
 

Reimplemented from sc_signal< T >.

Definition at line 125 of file sc_buffer.h.

References sc_simcontext::delta_count(), sc_signal< T >::m_cur_val, sc_signal< T >::m_delta, sc_signal< T >::m_new_val, sc_signal< T >::m_value_changed_event, sc_event::notify_delayed(), and sc_object::simcontext().

template<class T>
void sc_buffer< T >::write const T &    [inline, virtual]
 

Reimplemented from sc_signal< T >.

Definition at line 112 of file sc_buffer.h.

References sc_signal< T >::check_writer(), sc_signal< T >::m_new_val, and sc_prim_channel::request_update().

Referenced by sc_buffer< T >::operator=().


The documentation for this class was generated from the following file:
Generated on Fri Jan 14 08:31:09 2005 for SystemC2.1beta11(excludingMSLib)(IncludingSCV)\nProvidedby:www.openverificationfoundation.org by doxygen1.2.18