#include <orxLinkList.h>
Data Fields | |
| orxLINKLIST_NODE * | pstFirst |
| orxLINKLIST_NODE * | pstLast |
| orxU32 | u32Counter |
List structure
Definition at line 104 of file orxLinkList.h.
First node pointer : 4
Definition at line 106 of file orxLinkList.h.
Last node pointer : 8
Definition at line 107 of file orxLinkList.h.
| orxU32 orxLINKLIST::u32Counter |
Node counter : 12
Definition at line 108 of file orxLinkList.h.
1.5.6