The tree structure. More...
#include <searchTree.h>

| Public Member Functions | |
| virtual | ~Tree () | 
The tree structure.
A tree holds the pointer to the data
Definition at line 22 of file searchTree.h.
| 
 | inlinevirtual | 
Destructor - deletes the tree pure virtual, i.e., must be implented by a derived class
Definition at line 28 of file searchTree.h.