#include <tlm_core_ifs.h>
Public メソッド | |
virtual bool | nb_get (T &t)=0 |
virtual bool | nb_can_get (tlm_tag< T > *t=0) const =0 |
virtual const sc_core::sc_event & | ok_to_get (tlm_tag< T > *t=0) const =0 |
tlm_core_ifs.h の 68 行で定義されています。
virtual bool tlm::tlm_nonblocking_get_if< T >::nb_get | ( | T & | t | ) | [pure virtual] |
virtual bool tlm::tlm_nonblocking_get_if< T >::nb_can_get | ( | tlm_tag< T > * | t = 0 |
) | const [pure virtual] |
virtual const sc_core::sc_event& tlm::tlm_nonblocking_get_if< T >::ok_to_get | ( | tlm_tag< T > * | t = 0 |
) | const [pure virtual] |