sc_core::sc_fifo_nonblocking_out_if< T > Class Template Reference

The sc_fifo<T> nonblocking output interface class. More...

#include <sysc/communication/sc_fifo_ifs.h>

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

List of all members.

Public Member Functions

virtual bool nb_write (const T &)=0
virtual const sc_eventdata_read_event () const =0

Detailed Description

template<class T>
class sc_core::sc_fifo_nonblocking_out_if< T >

The sc_fifo<T> nonblocking output interface class.

Definition at line 121 of file sc_fifo_ifs.h.


Member Function Documentation

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

Implemented in sc_core::sc_fifo< T >.

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

Implemented in sc_core::sc_fifo< T >.


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

Generated on 30 Sep 2016 for SystemC by  doxygen 1.6.1