GlobeEngine
geData::Bintree< T > Class Template Reference

#include <Bintree.h>

Inheritance diagram for geData::Bintree< T >:
geData::BinarySearchTree< T >

Public Member Functions

 Bintree ()
 
 Bintree (T _data)
 
virtual ~Bintree ()
 
bool insert (T data)
 
bool remove (T _data)
 
void printInorder ()
 
void printPostorder ()
 
void printEuler ()
 

Protected Attributes

BintreeNode< T > * root
 

Constructor & Destructor Documentation

template<class T >
geData::Bintree< T >::Bintree ( )
inline
template<class T >
geData::Bintree< T >::Bintree ( _data)
inline
template<class T >
virtual geData::Bintree< T >::~Bintree ( )
inlinevirtual

Member Function Documentation

template<class T >
bool geData::Bintree< T >::insert ( data)
inline
template<class T >
void geData::Bintree< T >::printEuler ( )
inline
template<class T >
void geData::Bintree< T >::printInorder ( )
inline
template<class T >
void geData::Bintree< T >::printPostorder ( )
inline
template<class T >
bool geData::Bintree< T >::remove ( _data)
inline

Member Data Documentation

template<class T >
BintreeNode<T>* geData::Bintree< T >::root
protected

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