TLM-2.0  2.0.3
Accellera TLM-2.0 proof-of-concept library
Public Member Functions | List of all members
tlm::tlm_blocking_get_if< T > Class Template Referenceabstract

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

Inheritance diagram for tlm::tlm_blocking_get_if< T >:
Inheritance graph
[legend]
Collaboration diagram for tlm::tlm_blocking_get_if< T >:
Collaboration graph
[legend]

Public Member Functions

virtual T get (tlm_tag< T > *t=0)=0
 
virtual void get (T &t)
 

Detailed Description

template<typename T>
class tlm::tlm_blocking_get_if< T >

Definition at line 50 of file tlm_core_ifs.h.

Member Function Documentation

template<typename T>
virtual T tlm::tlm_blocking_get_if< T >::get ( tlm_tag< T > *  t = 0)
pure virtual
template<typename T>
virtual void tlm::tlm_blocking_get_if< T >::get ( T &  t)
inlinevirtual

Definition at line 54 of file tlm_core_ifs.h.


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