List element. More...
#include <xanlib.h>
Data Fields | |
void * | data |
struct XanListItem * | next |
struct XanListItem * | prev |
List element.
Element stored inside the XanList list
Definition at line 88 of file xanlib.h.
void* XanListItem::data |
Pointer to the data which belongs to the item of the list
Definition at line 89 of file xanlib.h.
Referenced by _xanListAppend(), _xanListCloneList(), _xanListContainsTheSameElements(), _xanListData(), _xanListDestroyListAndData(), _xanListGetSlotData(), _xanListInsert(), _xanListInsertAfter(), and _xanListInsertBefore().
struct XanListItem* XanListItem::next |
Next element of the list
Definition at line 90 of file xanlib.h.
Referenced by _xanListAppend(), _xanListDelete(), _xanListDeleteAll(), _xanListDeleteItem(), _xanListInsert(), _xanListInsertAfter(), _xanListInsertBefore(), _xanListMoveToBegin(), and _xanListNext().
struct XanListItem* XanListItem::prev |
Previous element of the list
Definition at line 91 of file xanlib.h.
Referenced by _xanListAppend(), _xanListDelete(), _xanListDeleteAll(), _xanListDeleteItem(), _xanListInsert(), _xanListInsertAfter(), _xanListInsertBefore(), _xanListMoveToBegin(), and _xanListPrev().