|
TLM-2.0
2.0.3
Accellera TLM-2.0 proof-of-concept library
|
#include <tlm_utils/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 54 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 62 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 107 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 117 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 78 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 136 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 72 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 122 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 131 of file peq_with_cb_and_phase.h.
|
inline |
Definition at line 126 of file peq_with_cb_and_phase.h.
| element* tlm_utils::time_ordered_list< PAYLOAD >::empties |
Definition at line 50 of file peq_with_cb_and_phase.h.
| element* tlm_utils::time_ordered_list< PAYLOAD >::list |
Definition at line 51 of file peq_with_cb_and_phase.h.
| element* tlm_utils::time_ordered_list< PAYLOAD >::nill |
Definition at line 49 of file peq_with_cb_and_phase.h.
| unsigned int tlm_utils::time_ordered_list< PAYLOAD >::size |
Definition at line 52 of file peq_with_cb_and_phase.h.
1.8.6