Horizon Official Technical Documentation
|
|
Public Member Functions | |
TestListElem (int var) | |
int | get_var () const |
void | set_var (int var) |
![]() | |
Element () | |
bool | has_next () const |
Returns true if this Element has a next Element in the list. More... | |
bool | has_prev () const |
Returns true if this Element has a previous Element in the list. More... | |
bool | is_in_list () const |
Returns true if this Element is in a list. More... | |
Element * | next () |
Returns the next Element in the list. More... | |
Element const * | next () const |
Element * | prev () |
Returns the previous Element in the list. More... | |
Element const * | prev () const |
Element * | nocheck_next () |
Returns the next Element in the list without checking if it exists. More... | |
Element const * | nocheck_next () const |
Element * | nocheck_prev () |
Returns the previous Element in the list without checking if it exists. More... | |
Element const * | nocheck_prev () const |
void | delink () |
Removes this Element from the list. More... | |
void | push_before (Element *pElem) |
Pushes this Element before the given Element. More... | |
void | push_after (Element *pElem) |
Pushes this Element after the given Element. More... | |
Private Attributes | |
int | _var |
Additional Inherited Members | |
![]() | |
~Element () | |
|
inline |
|
inline |