#include <orxLinkList.h>
Data Fields | |
| struct __orxLINKLIST_t * | pstList |
| struct __orxLINKLIST_NODE_t * | pstNext |
| struct __orxLINKLIST_NODE_t * | pstPrevious |
Node list structure
Definition at line 94 of file orxLinkList.h.
| struct __orxLINKLIST_t* orxLINKLIST_NODE::pstList |
Associated list pointer : 12
Definition at line 98 of file orxLinkList.h.
| struct __orxLINKLIST_NODE_t* orxLINKLIST_NODE::pstNext |
Next node pointer : 4
Definition at line 96 of file orxLinkList.h.
| struct __orxLINKLIST_NODE_t* orxLINKLIST_NODE::pstPrevious |
Previous node pointer : 8
Definition at line 97 of file orxLinkList.h.
1.5.6