SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_buffer.h File Reference

The sc_buffer<T> primitive channel class. More...

Include dependency graph for sc_buffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sc_core::sc_buffer< T, POL >
 

Namespaces

 sc_core
 

Detailed Description

The sc_buffer<T> primitive channel class.

Like sc_signal<T>, but every write causes an event.

Original Author: Martin Janssen, Synopsys, Inc., 2001-05-21

CHANGE LOG IS AT THE END OF THE FILE

Definition in file sc_buffer.h.