orx  1.14
Portable Game Engine
orxLINKLIST Struct Reference

#include <orxLinkList.h>

Data Fields

orxLINKLIST_NODEpstFirst
 
orxLINKLIST_NODEpstLast
 
orxU32 u32Count
 

Detailed Description

List structure

Definition at line 104 of file orxLinkList.h.

Field Documentation

orxLINKLIST_NODE* orxLINKLIST::pstFirst

First node pointer : 4/8

Definition at line 106 of file orxLinkList.h.

orxLINKLIST_NODE* orxLINKLIST::pstLast

Last node pointer : 8/16

Definition at line 107 of file orxLinkList.h.

orxU32 orxLINKLIST::u32Count

Node count : 12/20

Definition at line 108 of file orxLinkList.h.


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

Generated for orx by doxygen 1.8.11