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