CObject
|
Data Structures | |
struct | CCBinaryTree |
Implements the CITree interface with a binary tree/heap. More... | |
struct | CITree |
Tree data structure interface. More... | |
Enumerations | |
enum | CITreeError { CITREE_OK = 0, CITREE_ERR_EMPTY = 1, CITREE_ERR_FULL = 2, CITREE_ERR_EXT = 3 } |
All tree data structures.
enum CITreeError |