CObject
CCArrayList.h File Reference
#include "CIList.h"
#include <CError.h>
+ Include dependency graph for CCArrayList.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  CCArrayList
 Array implementation of CIList. More...
 
struct  CCArrayList_VTable
 CCArrayList's vtable declaration. More...
 

Macros

#define CCARRAY_LIST_MASK_SIZE(list_size)   (((list_size) >> 3) + 1)
 
#define CCARRAY_LIST_SIZE(element_length, list_length)   (((list_length) * (element_length)) + CCARRAY_LIST_MASK_SIZE(list_length))