CObject
Trees

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 }
 

Detailed Description

All tree data structures.

Enumeration Type Documentation

Enumerator
CITREE_OK 

No error.

CITREE_ERR_EMPTY 

No data in the tree.

CITREE_ERR_FULL 

No room in tree for more data.

CITREE_ERR_EXT 

Transient error in helper objects.