TLM-2.0  2.0.4
Accellera TLM-2.0 proof-of-concept library
tlm::tlm_get_peek_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_get_peek_if< T >:
Collaboration diagram for tlm::tlm_get_peek_if< T >:

Public Member Functions

virtual T get (tlm_tag< T > *t=0)=0
 
virtual void get (T &t)
 
virtual void register_port (sc_port_base &port_, const char *if_typename_)
 
virtual const sc_eventdefault_event () const
 
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
 
virtual T peek (tlm_tag< T > *t=0) const =0
 
virtual void peek (T &t) const
 
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_eventok_to_peek (tlm_tag< T > *t=0) const =0
 

Detailed Description

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

Definition at line 140 of file tlm_core_ifs.h.

Member Function Documentation

◆ get() [1/2]

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

◆ get() [2/2]

template<typename T>
virtual void tlm::tlm_blocking_get_if< T >::get ( T &  t)
inlinevirtualinherited

Definition at line 56 of file tlm_core_ifs.h.

◆ nb_can_get()

template<typename T>
virtual bool tlm::tlm_nonblocking_get_if< T >::nb_can_get ( tlm_tag< T > *  t = 0) const
pure virtualinherited

◆ nb_can_peek()

template<typename T>
virtual bool tlm::tlm_nonblocking_peek_if< T >::nb_can_peek ( tlm_tag< T > *  t = 0) const
pure virtualinherited

◆ nb_get()

template<typename T>
virtual bool tlm::tlm_nonblocking_get_if< T >::nb_get ( T &  t)
pure virtualinherited

◆ nb_peek()

template<typename T>
virtual bool tlm::tlm_nonblocking_peek_if< T >::nb_peek ( T &  t) const
pure virtualinherited

◆ ok_to_get()

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 virtualinherited

◆ ok_to_peek()

template<typename T>
virtual const sc_core::sc_event& tlm::tlm_nonblocking_peek_if< T >::ok_to_peek ( tlm_tag< T > *  t = 0) const
pure virtualinherited

◆ peek() [1/2]

template<typename T>
virtual T tlm::tlm_blocking_peek_if< T >::peek ( tlm_tag< T > *  t = 0) const
pure virtualinherited

◆ peek() [2/2]

template<typename T>
virtual void tlm::tlm_blocking_peek_if< T >::peek ( T &  t) const
inlinevirtualinherited

Definition at line 108 of file tlm_core_ifs.h.


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