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

◆ pstList

struct __orxLINKLIST_t* orxLINKLIST_NODE::pstList

Associated list pointer : 12/24

Definition at line 98 of file orxLinkList.h.

◆ pstNext

struct __orxLINKLIST_NODE_t* orxLINKLIST_NODE::pstNext

Next node pointer : 4/8

Definition at line 96 of file orxLinkList.h.

◆ pstPrevious

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