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

Public Member Functions | |
| virtual int | num_free () const=0 |
Protected Member Functions | |
| sc_fifo_out_if () | |
Private Member Functions | |
| sc_fifo_out_if (const sc_fifo_out_if< T > &) | |
| sc_fifo_out_if< T > & | operator= (const sc_fifo_out_if< T > &) |
| sc_core::sc_fifo_out_if< T >::sc_fifo_out_if | ( | ) | [inline, protected] |
| sc_core::sc_fifo_out_if< T >::sc_fifo_out_if | ( | const sc_fifo_out_if< T > & | ) | [private] |
| virtual int sc_core::sc_fifo_out_if< T >::num_free | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_fifo< T >.
| sc_fifo_out_if<T>& sc_core::sc_fifo_out_if< T >::operator= | ( | const sc_fifo_out_if< T > & | ) | [private] |