|
CObject
|
| CCCArrayList | Array implementation of CIList |
| CCCArrayList_VTable | CCArrayList's vtable declaration |
| CCCArrayQueue | Array implementation of CIQueue interface |
| CCCArrayQueue_VTable | Virtual table for struct CCArrayQueue |
| CCCBinaryTree | Implements the CITree interface with a binary tree/heap |
| CCCBinaryTree_VTable | CCBinaryTree's vtable declaration |
| CCClass | First variables in every object's memory allocation |
| CCCListIterator | |
| CCCListIterator_VTable | Virtual table for CCListIterator |
| CCCThreadedQueue | Thread safe wrapper for queues derived from the CIQueue interface |
| CCCThreadedQueue_VTable | Virtual table for struct CCThreadedQueue |
| CCIIterator | |
| CCIIterator_VTable | CIIterator virtual table |
| CCIList | Interface for list data structures |
| CCIList_VTable | CIList virtual table |
| CCInterface | Base interface |
| CCIQueue | Queue data structure interface |
| CCIQueue_VTable | CIQueue virtual table |
| CCITree | Tree data structure interface |
| CCITree_VTable | CITree virtual table |
| CCObject | Base class |
| CCObject_VTable | CObject's virtual table declaration |