Go to the source code of this file.
Classes | |
class | AVLNode< Data > |
Templated node class for a templated AVL tree. More... | |
Functions | |
template<class Data> | |
void | DeleteAllAVLNodes (AVLNode< Data > *Node, DeleteTreeDataEnum DeleteTreeData) |
Definition in file AVLNode.h.
|
Walks through and deletes the node and its children
Definition at line 53 of file AVLNode.h. References AVLNode< Data >::m_Data, AVLNode< Data >::m_Left, and AVLNode< Data >::m_Right. Referenced by AVLTree< Data, ConfigData >::DeleteTree(). |