SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_fifo_blocking_in_if< T > Class Template Referenceabstract

#include <sysc/communication/sc_fifo_ifs.h>

Inheritance diagram for sc_core::sc_fifo_blocking_in_if< T >:
Collaboration diagram for sc_core::sc_fifo_blocking_in_if< T >:

Public Member Functions

virtual void read (T &)=0
 
virtual T read ()=0
 
virtual void register_port (sc_port_base &port_, const char *if_typename_)
 
virtual const sc_eventdefault_event () const
 

Detailed Description

template<class T>
class sc_core::sc_fifo_blocking_in_if< T >

Definition at line 67 of file sc_fifo_ifs.h.

Member Function Documentation

◆ default_event()

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

◆ read() [1/2]

template<class T >
virtual void sc_core::sc_fifo_blocking_in_if< T >::read ( T &  )
pure virtual

Implemented in sc_core::sc_fifo< T >.

◆ read() [2/2]

template<class T >
virtual T sc_core::sc_fifo_blocking_in_if< T >::read ( )
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

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