BinaryTree
Module:
ecere
Namespace:
ecere::sys
Type: Structure
Base Class: None
Properties and Members
root
BTNode
count
int
CompareKey
int(*)(
BinaryTree
tree, a, b)
FreeKey
void(*)(void * key)
first
BTNode
last
BTNode
Non-Virtual Methods
Add
Check
CompareInt
CompareString
Delete
Find
FindAll
FindPrefix
FindString
Free
FreeString
Print
Remove
Derived Classes
StringBinaryTree