SystemC  2.3.2
Accellera SystemC proof-of-concept library
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 >:
Collaboration diagram for sc_core::sc_fifo_out_if< T >:

Public Member Functions

virtual int num_free () const =0
 
virtual bool nb_write (const T &)=0
 
virtual const sc_eventdata_read_event () const =0
 
virtual void register_port (sc_port_base &port_, const char *if_typename_)
 
virtual const sc_eventdefault_event () const
 
virtual void write (const T &)=0
 

Protected Member Functions

 sc_fifo_out_if ()
 

Detailed Description

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

Definition at line 151 of file sc_fifo_ifs.h.

Constructor & Destructor Documentation

◆ sc_fifo_out_if()

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

Definition at line 164 of file sc_fifo_ifs.h.

Member Function Documentation

◆ data_read_event()

template<class T >
virtual const sc_event& sc_core::sc_fifo_nonblocking_out_if< T >::data_read_event ( ) const
pure virtualinherited

Implemented in sc_core::sc_fifo< T >.

◆ default_event()

virtual const sc_event& sc_core::sc_interface::default_event ( ) const
virtualinherited

◆ nb_write()

template<class T >
virtual bool sc_core::sc_fifo_nonblocking_out_if< T >::nb_write ( const T &  )
pure virtualinherited

Implemented in sc_core::sc_fifo< T >.

◆ num_free()

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

Implemented in sc_core::sc_fifo< T >.

◆ register_port()

virtual void sc_core::sc_interface::register_port ( sc_port_base port_,
const char *  if_typename_ 
)
virtualinherited

◆ write()

template<class T >
virtual void sc_core::sc_fifo_blocking_out_if< T >::write ( const T &  )
pure virtualinherited

Implemented in sc_core::sc_fifo< T >.


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