#include <tlm_core_ifs.h>
Public Member Functions | |
| virtual RSP | transport (const REQ &)=0 |
| virtual void | transport (const REQ &req, RSP &rsp) |
Definition at line 35 of file tlm_core_ifs.h.
| virtual void tlm::tlm_transport_if< REQ, RSP >::transport | ( | const REQ & | req, | |
| RSP & | rsp | |||
| ) | [inline, virtual] |
Definition at line 40 of file tlm_core_ifs.h.
| virtual RSP tlm::tlm_transport_if< REQ, RSP >::transport | ( | const REQ & | ) | [pure virtual] |
Implemented in tlm::tlm_transport_to_master< REQ, RSP >.
1.5.9