orx  1.14
Portable Game Engine
orxLinkList.h File Reference
#include "orxInclude.h"
#include "debug/orxDebug.h"

Go to the source code of this file.

Data Structures

struct  orxLINKLIST
 
struct  orxLINKLIST_NODE
 

Functions

orxDLLAPI orxSTATUS orxFASTCALL orxLinkList_AddAfter (orxLINKLIST_NODE *_pstRefNode, orxLINKLIST_NODE *_pstNode)
 
orxDLLAPI orxSTATUS orxFASTCALL orxLinkList_AddBefore (orxLINKLIST_NODE *_pstRefNode, orxLINKLIST_NODE *_pstNode)
 
orxDLLAPI orxSTATUS orxFASTCALL orxLinkList_AddEnd (orxLINKLIST *_pstList, orxLINKLIST_NODE *_pstNode)
 
orxDLLAPI orxSTATUS orxFASTCALL orxLinkList_AddStart (orxLINKLIST *_pstList, orxLINKLIST_NODE *_pstNode)
 
orxDLLAPI orxSTATUS orxFASTCALL orxLinkList_Clean (orxLINKLIST *_pstList)
 
static orxINLINE orxU32 orxLinkList_GetCount (const orxLINKLIST *_pstList)
 
static orxINLINE orxLINKLIST_NODEorxLinkList_GetFirst (const orxLINKLIST *_pstList)
 
static orxINLINE orxLINKLIST_NODEorxLinkList_GetLast (const orxLINKLIST *_pstList)
 
static orxINLINE orxLINKLISTorxLinkList_GetList (const orxLINKLIST_NODE *_pstNode)
 
static orxINLINE orxLINKLIST_NODEorxLinkList_GetNext (const orxLINKLIST_NODE *_pstNode)
 
static orxINLINE orxLINKLIST_NODEorxLinkList_GetPrevious (const orxLINKLIST_NODE *_pstNode)
 
orxDLLAPI orxSTATUS orxFASTCALL orxLinkList_Remove (orxLINKLIST_NODE *_pstNode)
 

Detailed Description


Generated for orx by doxygen 1.8.11