|
HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#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 | ( | ) |
| bool AVLTree< Key, Data >::del | ( | Key | key | ) |
|
inline |
|
inline |