#include <sc_buffer.h>
Inheritance diagram for sc_buffer< T >:


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 () |
|
|||||
|
Definition at line 59 of file sc_buffer.h. |
|
|||||
|
Definition at line 58 of file sc_buffer.h. |
|
|||||||||
|
Definition at line 65 of file sc_buffer.h. |
|
||||||||||
|
Definition at line 69 of file sc_buffer.h. |
|
|||||||||
|
Reimplemented from sc_signal< T >. Definition at line 91 of file sc_buffer.h. |
|
||||||||||
|
Definition at line 88 of file sc_buffer.h. References sc_signal< T >::read(), and sc_buffer< T >::write(). |
|
||||||||||
|
Definition at line 85 of file sc_buffer.h. References sc_signal< T >::read(), and sc_buffer< T >::write(). |
|
||||||||||
|
Reimplemented from sc_signal< T >. Definition at line 82 of file sc_buffer.h. References sc_buffer< T >::write(). |
|
|||||||||
|
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(). |
|
||||||||||
|
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=(). |
1.2.18