|
vdk 2.4.0
|
provides a templatized binary tree data structure More...
#include <vdkbtrees.h>


Public Member Functions | |
| VDKBtree () | |
Public Member Functions inherited from AbstractBinaryTree< T, RedBlackNode< T > > | |
| AbstractBinaryTree (AbstractBinaryTree< T, RedBlackNode< T > > &) | |
| AbstractBinaryTree< T, RedBlackNode< T > > & | operator= (AbstractBinaryTree< T, RedBlackNode< T > > &) |
| virtual void | add (T &) |
| virtual void | unlink (T &) |
| virtual T * | find (T &q) |
| virtual int | IsEmpty () |
| virtual int | CheckTreeProperties () |
| unsigned int | size () |
provides a templatized binary tree data structure
1.8.17