sc_core::sc_fifo_blocking_out_if< T > Class Template Reference

#include <sc_fifo_ifs.h>

Inheritance diagram for sc_core::sc_fifo_blocking_out_if< T >:

sc_core::sc_interface sc_core::sc_fifo_out_if< T > sc_core::sc_fifo< T > List of all members.

Public Member Functions

virtual void write (const T &)=0

template<class T>
class sc_core::sc_fifo_blocking_out_if< T >


Member Function Documentation

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

Implemented in sc_core::sc_fifo< T >.


The documentation for this class was generated from the following file:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page