| gem5
    v19.0.0.0
    | 
#include <sc_fifo_out_if.hh>
 
  
 | Public Member Functions | |
| virtual int | num_free () const =0 | 
|  Public Member Functions inherited from sc_core::sc_fifo_nonblocking_out_if< T > | |
| virtual bool | nb_write (const T &)=0 | 
| virtual const sc_event & | data_read_event () const =0 | 
|  Public Member Functions inherited from sc_core::sc_interface | |
| virtual void | register_port (sc_port_base &, const char *) | 
| virtual const sc_event & | default_event () const | 
| virtual | ~sc_interface () | 
|  Public Member Functions inherited from sc_core::sc_fifo_blocking_out_if< T > | |
| virtual void | write (const T &)=0 | 
| Protected Member Functions | |
| sc_fifo_out_if () | |
|  Protected Member Functions inherited from sc_core::sc_interface | |
| sc_interface () | |
| 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 > &) | 
Definition at line 56 of file sc_fifo_out_if.hh.
| 
 | inlineprotected | 
Definition at line 63 of file sc_fifo_out_if.hh.
| 
 | inlineprivate | 
Definition at line 68 of file sc_fifo_out_if.hh.
| 
 | pure virtual | 
Implemented in sc_core::sc_fifo< T >.
| 
 | inlineprivate | 
Definition at line 71 of file sc_fifo_out_if.hh.