CObject
Main Page
Modules
Data Structures
Files
File List
Globals
Data Structures
|
Macros
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))
liba
util
CCArrayList.h
Generated on Thu Jun 8 2017 21:39:17 for CObject by
1.8.11