QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
List.h File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define LIST(o)   ((List *)(o))
 

Functions

 classDecl (List, Collection, unsigned int smods;qboolean methodDecl(List, set, unsigned int index, Object *o);Object *methodDecl(List, get, unsigned int index);qboolean methodDecl(List, insertAt, unsigned int index, Object *o);Object *methodDecl(List, removeAt, unsigned int index);)
 

Macro Definition Documentation

#define LIST (   o)    ((List *)(o))

Function Documentation

classDecl ( List  ,
Collection  ,
unsigned int smods;qboolean methodDecl(List, set, unsigned int index, Object *o);Object *methodDecl(List, get, unsigned int index);qboolean methodDecl(List, insertAt, unsigned int index, Object *o);Object *methodDecl(List, removeAt, unsigned int index);   
)