#include <sc_fifo_ifs.h>
Inheritance diagram for sc_core::sc_fifo_blocking_in_if< T >:

Public Member Functions | |
| virtual void | read (T &)=0 |
| virtual T | read ()=0 |
| virtual void sc_core::sc_fifo_blocking_in_if< T >::read | ( | T & | ) | [pure virtual] |
Implemented in sc_core::sc_fifo< T >.
| virtual T sc_core::sc_fifo_blocking_in_if< T >::read | ( | ) | [pure virtual] |
Implemented in sc_core::sc_fifo< T >.