SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
#include <sysc/communication/sc_fifo_ifs.h>
Public Member Functions | |
virtual void | read (T &)=0 |
virtual T | read ()=0 |
virtual void | register_port (sc_port_base &port_, const char *if_typename_) |
virtual const sc_event & | default_event () const |
Definition at line 67 of file sc_fifo_ifs.h.
|
virtualinherited |
|
pure virtual |
Implemented in sc_core::sc_fifo< T >.
|
pure virtual |
Implemented in sc_core::sc_fifo< T >.
|
virtualinherited |