Template binary tree class which, when deleted, deletes all the items in the tree as well. More...
#include <UTLists.h>
Public Member Functions | |
~OwnedBTree_t () |
Template binary tree class which, when deleted, deletes all the items in the tree as well. The template type T must inherit from BTreeNode_t <class T, class K> where T is the node type and K is the comparison key.
Definition at line 525 of file UTLists.h.
OwnedBTree_t< T, K >::~OwnedBTree_t | ( | ) | [inline] |