TLM-2.0  2.0.4
Accellera TLM-2.0 proof-of-concept library
tlm::tlm_fifo_get_if< T > Class Template Referenceabstract

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

Inheritance diagram for tlm::tlm_fifo_get_if< T >:
Collaboration diagram for tlm::tlm_fifo_get_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
 
virtual int used () const =0
 
virtual int size () const =0
 
virtual void debug () const =0
 
virtual bool nb_peek (T &, int n) const =0
 
virtual bool nb_poke (const T &, int n=0)=0
 

Detailed Description

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

Definition at line 67 of file tlm_fifo_ifs.h.

Member Function Documentation

◆ debug()

template<typename T >
virtual void tlm::tlm_fifo_debug_if< T >::debug ( ) const
pure virtualinherited

Implemented in tlm::tlm_fifo< T >.

◆ 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() [1/2]

template<typename T >
virtual bool tlm::tlm_fifo_debug_if< T >::nb_peek ( T &  ,
int  n 
) const
pure virtualinherited

Implemented in tlm::tlm_fifo< T >.

◆ nb_peek() [2/2]

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

◆ nb_poke()

template<typename T >
virtual bool tlm::tlm_fifo_debug_if< T >::nb_poke ( const T &  ,
int  n = 0 
)
pure virtualinherited

Implemented in tlm::tlm_fifo< T >.

◆ 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.

◆ size()

template<typename T >
virtual int tlm::tlm_fifo_debug_if< T >::size ( ) const
pure virtualinherited

Implemented in tlm::tlm_fifo< T >.

◆ used()

template<typename T >
virtual int tlm::tlm_fifo_debug_if< T >::used ( ) const
pure virtualinherited

Implemented in tlm::tlm_fifo< T >.


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