orx 1.16
Portable Game Engine
Loading...
Searching...
No Matches
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

◆ pstFirst

orxLINKLIST_NODE* orxLINKLIST::pstFirst

First node pointer : 4/8

Definition at line 106 of file orxLinkList.h.

◆ pstLast

orxLINKLIST_NODE* orxLINKLIST::pstLast

Last node pointer : 8/16

Definition at line 107 of file orxLinkList.h.

◆ u32Count

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