#include <sc_fifo_ifs.h>
Inheritance diagram for sc_core::sc_fifo_nonblocking_out_if< T >:


Public Member Functions | |
| virtual bool | nb_write (const T &)=0 |
| virtual const sc_event & | data_read_event () const=0 |
| virtual bool sc_core::sc_fifo_nonblocking_out_if< T >::nb_write | ( | const T & | ) | [pure virtual] |
Implemented in sc_core::sc_fifo< T >.
| 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 >.
1.5.1