CObject
Data Structures
Here are the data structures with brief descriptions:
 CCCArrayListArray implementation of CIList
 CCCArrayList_VTableCCArrayList's vtable declaration
 CCCArrayQueueArray implementation of CIQueue interface
 CCCArrayQueue_VTableVirtual table for struct CCArrayQueue
 CCCBinaryTreeImplements the CITree interface with a binary tree/heap
 CCCBinaryTree_VTableCCBinaryTree's vtable declaration
 CCClassFirst variables in every object's memory allocation
 CCCListIterator
 CCCListIterator_VTableVirtual table for CCListIterator
 CCCThreadedQueueThread safe wrapper for queues derived from the CIQueue interface
 CCCThreadedQueue_VTableVirtual table for struct CCThreadedQueue
 CCIIterator
 CCIIterator_VTableCIIterator virtual table
 CCIListInterface for list data structures
 CCIList_VTableCIList virtual table
 CCInterfaceBase interface
 CCIQueueQueue data structure interface
 CCIQueue_VTableCIQueue virtual table
 CCITreeTree data structure interface
 CCITree_VTableCITree virtual table
 CCObjectBase class
 CCObject_VTableCObject's virtual table declaration