The sc_fifo<T> nonblocking output interface class. More...
#include <sysc/communication/sc_fifo_ifs.h>
Public Member Functions | |
virtual bool | nb_write (const T &)=0 |
virtual const sc_event & | data_read_event () const =0 |
The sc_fifo<T> nonblocking output interface class.
Definition at line 123 of file sc_fifo_ifs.h.
virtual const sc_event& sc_core::sc_fifo_nonblocking_out_if< T >::data_read_event | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_fifo< T >.
virtual bool sc_core::sc_fifo_nonblocking_out_if< T >::nb_write | ( | const T & | ) | [pure virtual] |
Implemented in sc_core::sc_fifo< T >.