TLM-2.0  2.0.4
Accellera TLM-2.0 proof-of-concept library
tlm::tlm_fifo_debug_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_debug_if< T >:
Collaboration diagram for tlm::tlm_fifo_debug_if< T >:

Public Member Functions

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
 
virtual void register_port (sc_port_base &port_, const char *if_typename_)
 
virtual const sc_eventdefault_event () const
 

Detailed Description

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

Definition at line 39 of file tlm_fifo_ifs.h.

Member Function Documentation

◆ debug()

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

Implemented in tlm::tlm_fifo< T >.

◆ nb_peek()

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

Implemented in tlm::tlm_fifo< T >.

◆ nb_poke()

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

Implemented in tlm::tlm_fifo< T >.

◆ size()

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

Implemented in tlm::tlm_fifo< T >.

◆ used()

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

Implemented in tlm::tlm_fifo< T >.


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