QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ArrayList.h File Reference

Macros

#define ARRAYLIST(o)   ((ArrayList *)(o))
 
#define ARRAYLISTITERATOR(o)   ((ArrayListIterator *)(o))
 

Functions

 classDecl (ArrayList, List, unsigned int realsize;Object **elements;ObjRefs_t allrefs;)
 
 classDecl (ArrayListIterator, Iterator, ArrayList *list;unsigned int pos;unsigned int smods;qboolean alive;ObjRefs_t allrefs;)
 

Macro Definition Documentation

#define ARRAYLIST (   o)    ((ArrayList *)(o))
#define ARRAYLISTITERATOR (   o)    ((ArrayListIterator *)(o))

Function Documentation

classDecl ( ArrayList  ,
List  ,
unsigned int realsize;Object **elements;ObjRefs_t allrefs;   
)
classDecl ( ArrayListIterator  ,
Iterator  ,
ArrayList *list;unsigned int pos;unsigned int smods;qboolean alive;ObjRefs_t allrefs;   
)