|
gem5
v19.0.0.0
|
#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::uint64 & | top_delta () |
| sc_core::sc_time | next_time () |
Public Attributes | |
| element * | nill |
| element * | empties |
| element * | list |
| unsigned int | size |
Definition at line 36 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 56 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 60 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 110 of file peq_with_cb_and_phase.h.
Referenced by tlm_utils::time_ordered_list< std::pair >::reset().
|
inline |
Definition at line 121 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 80 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 125 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 72 of file peq_with_cb_and_phase.h.
Referenced by tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::delta_list(), and tlm_utils::time_ordered_list< std::pair >::~time_ordered_list().
|
inline |
Definition at line 122 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 124 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 123 of file peq_with_cb_and_phase.h.
| element* tlm_utils::time_ordered_list< PAYLOAD >::empties |
Definition at line 52 of file peq_with_cb_and_phase.h.
Referenced by tlm_utils::time_ordered_list< std::pair >::delete_top(), tlm_utils::time_ordered_list< std::pair >::insert(), and tlm_utils::time_ordered_list< std::pair >::~time_ordered_list().
| element* tlm_utils::time_ordered_list< PAYLOAD >::list |
Definition at line 53 of file peq_with_cb_and_phase.h.
Referenced by tlm_utils::time_ordered_list< std::pair >::delete_top(), and tlm_utils::time_ordered_list< std::pair >::insert().
| element* tlm_utils::time_ordered_list< PAYLOAD >::nill |
Definition at line 51 of file peq_with_cb_and_phase.h.
Referenced by tlm_utils::time_ordered_list< std::pair >::insert(), and tlm_utils::time_ordered_list< std::pair >::~time_ordered_list().
| unsigned int tlm_utils::time_ordered_list< PAYLOAD >::size |
Definition at line 54 of file peq_with_cb_and_phase.h.
Referenced by tlm_utils::time_ordered_list< std::pair >::get_size(), tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::insert(), tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::next(), and tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::reset().