TLM-2.0  2.0.3
Accellera TLM-2.0 proof-of-concept library
Public Member Functions | List of all members
tlm::tlm_nonblocking_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_nonblocking_get_if< T >:
Inheritance graph
[legend]
Collaboration diagram for tlm::tlm_nonblocking_get_if< T >:
Collaboration graph
[legend]

Public Member Functions

virtual bool nb_get (T &t)=0
 
virtual bool nb_can_get (tlm_tag< T > *t=0) const =0
 
virtual const sc_core::sc_eventok_to_get (tlm_tag< T > *t=0) const =0
 

Detailed Description

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

Definition at line 68 of file tlm_core_ifs.h.

Member Function Documentation

template<typename T>
virtual bool tlm::tlm_nonblocking_get_if< T >::nb_can_get ( tlm_tag< T > *  t = 0) const
pure virtual
template<typename T>
virtual bool tlm::tlm_nonblocking_get_if< T >::nb_get ( T &  t)
pure virtual
template<typename T>
virtual const sc_core::sc_event& tlm::tlm_nonblocking_get_if< T >::ok_to_get ( tlm_tag< T > *  t = 0) const
pure virtual

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