vdk 2.4.0
List of all members
AbstractRedBlackTree< T, Node > Class Template Reference

provides an abstract frame class for VDKBTree More...

#include <vdkbtrees.h>

Inheritance diagram for AbstractRedBlackTree< T, Node >:
Inheritance graph
[legend]
Collaboration diagram for AbstractRedBlackTree< T, Node >:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from AbstractBinaryTree< T, Node >
 AbstractBinaryTree (AbstractBinaryTree< T, Node > &)
 
AbstractBinaryTree< T, Node > & operator= (AbstractBinaryTree< T, Node > &)
 
virtual void add (T &)
 
virtual void unlink (T &)
 
virtual T * find (T &q)
 
virtual int IsEmpty ()
 
virtual int CheckTreeProperties ()
 
unsigned int size ()
 

Detailed Description

template<class T, class Node>
class AbstractRedBlackTree< T, Node >

provides an abstract frame class for VDKBTree


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