#include <tlm_core_ifs.h>
Public Member Functions | |
virtual bool | nb_peek (T &t) const =0 |
virtual bool | nb_can_peek (tlm_tag< T > *t=0) const =0 |
virtual const sc_core::sc_event & | ok_to_peek (tlm_tag< T > *t=0) const =0 |
Definition at line 111 of file tlm_core_ifs.h.
virtual bool tlm::tlm_nonblocking_peek_if< T >::nb_peek | ( | T & | t | ) | const [pure virtual] |
Implemented in tlm::tlm_fifo< T >, tlm::tlm_put_get_imp< PUT_DATA, GET_DATA >, tlm::tlm_put_get_imp< REQ, RSP >, and tlm::tlm_put_get_imp< RSP, REQ >.
Referenced by tlm::tlm_put_get_imp< RSP, REQ >::nb_peek().
virtual bool tlm::tlm_nonblocking_peek_if< T >::nb_can_peek | ( | tlm_tag< T > * | t = 0 |
) | const [pure virtual] |
virtual const sc_core::sc_event& tlm::tlm_nonblocking_peek_if< T >::ok_to_peek | ( | tlm_tag< T > * | t = 0 |
) | const [pure virtual] |