gem5 v24.0.0.0
Loading...
Searching...
No Matches
sc_core::sc_fifo_nonblocking_in_if< T > Class Template Referenceabstract

#include <sc_fifo_in_if.hh>

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

Public Member Functions

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 ()
 

Additional Inherited Members

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

Detailed Description

template<class T>
class sc_core::sc_fifo_nonblocking_in_if< T >

Definition at line 39 of file sc_fifo_in_if.hh.

Member Function Documentation

◆ data_written_event()

template<class T >
virtual const sc_event & sc_core::sc_fifo_nonblocking_in_if< T >::data_written_event ( ) const
pure virtual

Implemented in sc_core::sc_fifo< T >.

◆ nb_read()

template<class T >
virtual bool sc_core::sc_fifo_nonblocking_in_if< T >::nb_read ( T & )
pure virtual

Implemented in sc_core::sc_fifo< T >.


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

Generated on Tue Jun 18 2024 16:24:55 for gem5 by doxygen 1.11.0