SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | Protected Member Functions | List of all members
sc_core::sc_fifo_out_if< T > Class Template Referenceabstract

#include <sysc/communication/sc_fifo_ifs.h>

Inheritance diagram for sc_core::sc_fifo_out_if< T >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_fifo_out_if< T >:
Collaboration graph
[legend]

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_eventdata_read_event () const =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_eventdefault_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 ()
 

Detailed Description

template<class T>
class sc_core::sc_fifo_out_if< T >

Definition at line 145 of file sc_fifo_ifs.h.

Constructor & Destructor Documentation

template<class T>
sc_core::sc_fifo_out_if< T >::sc_fifo_out_if ( )
inlineprotected

Definition at line 158 of file sc_fifo_ifs.h.

Member Function Documentation

template<class T>
virtual int sc_core::sc_fifo_out_if< T >::num_free ( ) const
pure virtual

Implemented in sc_core::sc_fifo< T >.


The documentation for this class was generated from the following file: