sc_core::sc_fifo_in_if< T > Class Template Reference

#include <sc_fifo_ifs.h>

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 > List of all members.

Public Member Functions

virtual int num_available () const=0

Protected Member Functions

 sc_fifo_in_if ()

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

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


Constructor & Destructor Documentation

template<class T>
sc_core::sc_fifo_in_if< T >::sc_fifo_in_if (  )  [inline, protected]

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


Member Function Documentation

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

Implemented in sc_core::sc_fifo< T >.

template<class T>
sc_fifo_in_if<T>& sc_core::sc_fifo_in_if< T >::operator= ( const sc_fifo_in_if< T > &   )  [private]


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