gem5  v20.1.0.0
Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
sc_core::sc_fifo_in_if< T > Class Template Referenceabstract

#include <sc_fifo_in_if.hh>

Inheritance diagram for sc_core::sc_fifo_in_if< T >:
sc_core::sc_fifo_nonblocking_in_if< T > sc_core::sc_fifo_blocking_in_if< T > sc_core::sc_interface sc_core::sc_interface sc_core::sc_fifo< T >

Public Member Functions

virtual int num_available () const =0
 
- Public Member Functions inherited from sc_core::sc_fifo_nonblocking_in_if< T >
virtual bool nb_read (T &)=0
 
virtual const sc_eventdata_written_event () const =0
 
- Public Member Functions inherited from sc_core::sc_interface
virtual void register_port (sc_port_base &, const char *)
 
virtual const sc_eventdefault_event () const
 
virtual ~sc_interface ()
 
- Public Member Functions inherited from sc_core::sc_fifo_blocking_in_if< T >
virtual void read (T &)=0
 
virtual T read ()=0
 

Protected Member Functions

 sc_fifo_in_if ()
 
- Protected Member Functions inherited from sc_core::sc_interface
 sc_interface ()
 

Private Member Functions

 sc_fifo_in_if (const sc_fifo_in_if< T > &)
 
sc_fifo_in_if< T > & operator= (const sc_fifo_in_if< T > &)
 

Detailed Description

template<class T>
class sc_core::sc_fifo_in_if< T >

Definition at line 55 of file sc_fifo_in_if.hh.

Constructor & Destructor Documentation

◆ sc_fifo_in_if() [1/2]

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

Definition at line 62 of file sc_fifo_in_if.hh.

◆ sc_fifo_in_if() [2/2]

template<class T >
sc_core::sc_fifo_in_if< T >::sc_fifo_in_if ( const sc_fifo_in_if< T > &  )
private

Member Function Documentation

◆ num_available()

template<class T >
virtual int sc_core::sc_fifo_in_if< T >::num_available ( ) const
pure virtual

Implemented in sc_core::sc_fifo< T >.

◆ operator=()

template<class T >
sc_fifo_in_if<T>& sc_core::sc_fifo_in_if< T >::operator= ( const sc_fifo_in_if< T > &  )
inlineprivate

Definition at line 67 of file sc_fifo_in_if.hh.


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

Generated on Wed Sep 30 2020 14:03:08 for gem5 by doxygen 1.8.17