|
EmptyClass * | _GetData () const |
|
| ~BaseListNodeBase () |
|
void | Remove () |
|
void | InsertBefore (BaseListNode< EmptyClass, false > *next) |
|
void | InsertAfter (BaseListNode< EmptyClass, false > *prev) |
|
const BaseListLinkPOD * | _GetLink () const |
|
| BaseListLink (BaseListNode< EmptyClass, false > *prev=nullptr, BaseListNode< EmptyClass, false > *next=nullptr, Bool is_head=false) |
|
| BaseListLink (BaseListLink &&src) |
|
void | MoveFrom (BaseListNode< EmptyClass, false > *thisNode, BaseListLink &src) |
|
| MAXON_OPERATOR_MOVE_ASSIGNMENT (BaseListLink) |
|
BaseListNode< EmptyClass, false > * | _GetNext () const |
|
BaseListNode< EmptyClass, false > * | _GetPrev () const |
|
Bool | IsListHead () const |
|
Bool | IsInList () const |
|
BaseListNode< EmptyClass, false > * | _GetNextChecked () const |
|
BaseListNode< EmptyClass, false > * | _GetPrevChecked () const |
|
void | SetNext (BaseListNode< EmptyClass, false > *val) |
|
void | SetPrev (BaseListNode< EmptyClass, false > *val) |
|