CObject
|
#include <Class.h>
Go to the source code of this file.
Data Structures | |
struct | CITree |
Tree data structure interface. More... | |
struct | CITree_VTable |
CITree virtual table. More... | |
Enumerations | |
enum | CITreeError { CITREE_OK = 0, CITREE_ERR_EMPTY = 1, CITREE_ERR_FULL = 2, CITREE_ERR_EXT = 3 } |