|
hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <AVLTree.h>
Public Member Functions | |
| AVLTree () | |
| ~AVLTree () | |
| void | add (Key key, Data) |
| AVLNode< Key, Data > * | find (Key key) |
| bool | del (Key key) |
| AVLNode< Key, Data > * | getRoot () |
| void | zerroRoot () |
| void | clear () |
| unsigned long | getNodesCount () |
| void | setTree (const AVLTree< Key, Data > &tree) |
| void AVLTree< Key, Data >::add | ( | Key | key, |
| Data | data | ||
| ) |
| void AVLTree< Key, Data >::clear | ( | void | ) |
| bool AVLTree< Key, Data >::del | ( | Key | key | ) |
|
inline |
|
inline |