The sc_fifo<T> output interface class. More...
#include <sysc/communication/sc_fifo_ifs.h>
Public Member Functions | |
virtual int | num_free () const =0 |
Protected Member Functions | |
sc_fifo_out_if () |
The sc_fifo<T> output interface class.
Definition at line 166 of file sc_fifo_ifs.h.
sc_core::sc_fifo_out_if< T >::sc_fifo_out_if | ( | ) | [inline, protected] |
Definition at line 179 of file sc_fifo_ifs.h.
virtual int sc_core::sc_fifo_out_if< T >::num_free | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_fifo< T >.