#include <sc_fifo_ifs.h>

Public メソッド | |
| virtual void | read (T &)=0 |
| virtual T | read ()=0 |
sc_fifo_ifs.h の 88 行で定義されています。
| virtual void sc_core::sc_fifo_blocking_in_if< T >::read | ( | T & | ) | [pure virtual] |
sc_core::sc_fifo< T >で実装されています。
| virtual T sc_core::sc_fifo_blocking_in_if< T >::read | ( | ) | [pure virtual] |
sc_core::sc_fifo< T >で実装されています。
1.5.6