Isle
|
[AI] More...
#include <mxlist.h>
Public Member Functions | |
MxListEntry () | |
[AI] Default constructor. More... | |
MxListEntry (T p_obj, MxListEntry *p_prev) | |
[AI] More... | |
MxListEntry (T p_obj, MxListEntry *p_prev, MxListEntry *p_next) | |
[AI] More... | |
T | GetValue () |
[AI] More... | |
MxListEntry * | GetNext () |
[AI] More... | |
MxListEntry * | GetPrev () |
[AI] More... | |
void | SetValue (T p_obj) |
[AI] More... | |
void | SetNext (MxListEntry *p_next) |
[AI] More... | |
void | SetPrev (MxListEntry *p_prev) |
[AI] More... | |
[AI]
Represents a node in a doubly-linked list. [AI]
[AI] Contains value, next and previous node pointers for building a doubly-linked list. Used internally by MxList and its derivatives. [AI]
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |