OwnedBTree_t< T, K > Class Template Reference

Template binary tree class which, when deleted, deletes all the items in the tree as well. More...

#include <UTLists.h>

Inheritance diagram for OwnedBTree_t< T, K >:
BTree_t< T, K >

List of all members.

Public Member Functions

 ~OwnedBTree_t ()

Detailed Description

template<class T, class K>
class OwnedBTree_t< T, K >

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.


Constructor & Destructor Documentation

template<class T , class K >
OwnedBTree_t< T, K >::~OwnedBTree_t (  )  [inline]

Destructor. All items in the tree will be deleted.

Definition at line 2805 of file UTLists.h.


The documentation for this class was generated from the following file:

Generated on Tue Dec 14 22:35:07 2010 for UT library by  doxygen 1.6.1