orx  1.14
Portable Game Engine
orxLINKLIST_NODE Struct Reference

#include <orxLinkList.h>

Data Fields

struct __orxLINKLIST_t * pstList
 
struct __orxLINKLIST_NODE_t * pstNext
 
struct __orxLINKLIST_NODE_t * pstPrevious
 

Detailed Description

Node list structure

Definition at line 94 of file orxLinkList.h.

Field Documentation

struct __orxLINKLIST_t* orxLINKLIST_NODE::pstList

Associated list pointer : 12/24

Definition at line 98 of file orxLinkList.h.

struct __orxLINKLIST_NODE_t* orxLINKLIST_NODE::pstNext

Next node pointer : 4/8

Definition at line 96 of file orxLinkList.h.

struct __orxLINKLIST_NODE_t* orxLINKLIST_NODE::pstPrevious

Previous node pointer : 8/16

Definition at line 97 of file orxLinkList.h.


The documentation for this struct was generated from the following file:

Generated for orx by doxygen 1.8.11