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;) | |
| #define ARRAYLIST | ( | o | ) | ((ArrayList *)(o)) | 
| #define ARRAYLISTITERATOR | ( | o | ) | ((ArrayListIterator *)(o)) |