TLM-2.0  2.0.3
Accellera TLM-2.0 proof-of-concept library
Public Member Functions | List of all members
tlm::tlm_transport_if< REQ, RSP > Class Template Referenceabstract

#include <tlm_core/tlm_1/tlm_req_rsp/tlm_1_interfaces/tlm_core_ifs.h>

Inheritance diagram for tlm::tlm_transport_if< REQ, RSP >:
Inheritance graph
[legend]
Collaboration diagram for tlm::tlm_transport_if< REQ, RSP >:
Collaboration graph
[legend]

Public Member Functions

virtual RSP transport (const REQ &)=0
 
virtual void transport (const REQ &req, RSP &rsp)
 

Detailed Description

template<typename REQ, typename RSP>
class tlm::tlm_transport_if< REQ, RSP >

Definition at line 35 of file tlm_core_ifs.h.

Member Function Documentation

template<typename REQ , typename RSP >
virtual RSP tlm::tlm_transport_if< REQ, RSP >::transport ( const REQ &  )
pure virtual
template<typename REQ , typename RSP >
virtual void tlm::tlm_transport_if< REQ, RSP >::transport ( const REQ &  req,
RSP &  rsp 
)
inlinevirtual

Definition at line 40 of file tlm_core_ifs.h.


The documentation for this class was generated from the following file: