Go to the source code of this file.
Classes | |
class | LinkedBlockList |
struct | LinkedBlockList::LLBlockStruct |
Defines | |
#define | GCLL_BLOCK_SIZE 4 |
Typedefs | |
typedef char | BlockType |
typedef void * | ListType |
#define GCLL_BLOCK_SIZE 4 |
Definition at line 12 of file LinkedBlockList.h.
typedef char BlockType |
Definition at line 16 of file LinkedBlockList.h.
typedef void* ListType |
Definition at line 19 of file LinkedBlockList.h.