| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.3 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
#include <sysc/communication/sc_fifo_ifs.h>


Public Member Functions | |
| virtual void | read (T &, sc_segid)=0 | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| virtual void | read (T &)=0 | 
| virtual T | read (sc_segid)=0 | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| virtual T | read ()=0 | 
  Public Member Functions inherited from sc_core::sc_interface | |
| virtual void | register_port (sc_port_base &port_, const char *if_typename_) | 
| virtual const sc_event & | default_event () const | 
| virtual | ~sc_interface () | 
Additional Inherited Members | |
  Protected Member Functions inherited from sc_core::sc_interface | |
| sc_interface () | |
Definition at line 61 of file sc_fifo_ifs.h.
      
  | 
  pure virtual | 
A new parameter segment ID is added for the out-of-order simulation.
Implemented in sc_core::sc_fifo< T >.
      
  | 
  pure virtual | 
Implemented in sc_core::sc_fifo< T >.
      
  | 
  pure virtual | 
A new parameter segment ID is added for the out-of-order simulation.
Implemented in sc_core::sc_fifo< T >.
      
  | 
  pure virtual | 
Implemented in sc_core::sc_fifo< T >.
 1.8.5