Public Member Functions | |
| delta_list () | |
| void | insert (const PAYLOAD &p) |
| PAYLOAD & | get () |
| bool | next () |
| void | reset () |
Public Attributes | |
| unsigned int | size |
Private Attributes | |
| std::vector< PAYLOAD > | entries |
| unsigned int | out |
Definition at line 146 of file peq_with_cb_and_phase.h.
| tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::delta_list | ( | ) | [inline] |
Definition at line 148 of file peq_with_cb_and_phase.h.
References tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::entries, and tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::reset().

| void tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::insert | ( | const PAYLOAD & | p | ) | [inline] |
Definition at line 153 of file peq_with_cb_and_phase.h.
References tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::entries, and tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::size.
Referenced by tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::notify().
| PAYLOAD& tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::get | ( | ) | [inline] |
Definition at line 160 of file peq_with_cb_and_phase.h.
References tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::entries, and tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::out.
Referenced by tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::fec().
| bool tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::next | ( | ) | [inline] |
Definition at line 164 of file peq_with_cb_and_phase.h.
References tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::out, and tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::size.
Referenced by tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::fec().
| void tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::reset | ( | ) | [inline] |
Definition at line 168 of file peq_with_cb_and_phase.h.
References tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::out, and tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::size.
Referenced by tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::delta_list(), and tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::fec().
| unsigned int tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::size |
Definition at line 173 of file peq_with_cb_and_phase.h.
Referenced by tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::fec(), 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().
std::vector<PAYLOAD> tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::entries [private] |
unsigned int tlm_utils::peq_with_cb_and_phase< OWNER, TYPES >::delta_list::out [private] |
1.5.3