gem5  v20.1.0.0
Classes | Public Member Functions | Public Attributes | List of all members
tlm_utils::time_ordered_list< PAYLOAD > Class Template Reference

#include <peq_with_cb_and_phase.h>

Classes

struct  element
 

Public Member Functions

 time_ordered_list ()
 
 ~time_ordered_list ()
 
void reset ()
 
void insert (const PAYLOAD &p, sc_core::sc_time t)
 
void delete_top ()
 
unsigned int get_size ()
 
PAYLOAD & top ()
 
sc_core::sc_time top_time ()
 
sc_dt::uint64top_delta ()
 
sc_core::sc_time next_time ()
 

Public Attributes

elementnill
 
elementempties
 
elementlist
 
unsigned int size
 

Detailed Description

template<typename PAYLOAD>
class tlm_utils::time_ordered_list< PAYLOAD >

Definition at line 53 of file peq_with_cb_and_phase.h.

Constructor & Destructor Documentation

◆ time_ordered_list()

template<typename PAYLOAD >
tlm_utils::time_ordered_list< PAYLOAD >::time_ordered_list ( )
inline

Definition at line 90 of file peq_with_cb_and_phase.h.

◆ ~time_ordered_list()

template<typename PAYLOAD >
tlm_utils::time_ordered_list< PAYLOAD >::~time_ordered_list ( )
inline

Definition at line 94 of file peq_with_cb_and_phase.h.

Member Function Documentation

◆ delete_top()

template<typename PAYLOAD >
void tlm_utils::time_ordered_list< PAYLOAD >::delete_top ( )
inline

Definition at line 144 of file peq_with_cb_and_phase.h.

◆ get_size()

template<typename PAYLOAD >
unsigned int tlm_utils::time_ordered_list< PAYLOAD >::get_size ( )
inline

Definition at line 155 of file peq_with_cb_and_phase.h.

◆ insert()

template<typename PAYLOAD >
void tlm_utils::time_ordered_list< PAYLOAD >::insert ( const PAYLOAD &  p,
sc_core::sc_time  t 
)
inline

Definition at line 114 of file peq_with_cb_and_phase.h.

◆ next_time()

template<typename PAYLOAD >
sc_core::sc_time tlm_utils::time_ordered_list< PAYLOAD >::next_time ( )
inline

Definition at line 159 of file peq_with_cb_and_phase.h.

◆ reset()

template<typename PAYLOAD >
void tlm_utils::time_ordered_list< PAYLOAD >::reset ( )
inline

Definition at line 106 of file peq_with_cb_and_phase.h.

◆ top()

template<typename PAYLOAD >
PAYLOAD& tlm_utils::time_ordered_list< PAYLOAD >::top ( )
inline

Definition at line 156 of file peq_with_cb_and_phase.h.

◆ top_delta()

template<typename PAYLOAD >
sc_dt::uint64& tlm_utils::time_ordered_list< PAYLOAD >::top_delta ( )
inline

Definition at line 158 of file peq_with_cb_and_phase.h.

◆ top_time()

template<typename PAYLOAD >
sc_core::sc_time tlm_utils::time_ordered_list< PAYLOAD >::top_time ( )
inline

Definition at line 157 of file peq_with_cb_and_phase.h.

Member Data Documentation

◆ empties

template<typename PAYLOAD >
element* tlm_utils::time_ordered_list< PAYLOAD >::empties

Definition at line 86 of file peq_with_cb_and_phase.h.

◆ list

template<typename PAYLOAD >
element* tlm_utils::time_ordered_list< PAYLOAD >::list

◆ nill

template<typename PAYLOAD >
element* tlm_utils::time_ordered_list< PAYLOAD >::nill

Definition at line 85 of file peq_with_cb_and_phase.h.

◆ size

template<typename PAYLOAD >
unsigned int tlm_utils::time_ordered_list< PAYLOAD >::size

Definition at line 88 of file peq_with_cb_and_phase.h.


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

Generated on Wed Sep 30 2020 14:03:14 for gem5 by doxygen 1.8.17