User Documentation |
RAVL, Recognition And Vision Library |
DEVELOP | HOME PAGE | CLASS LIST | CONTENTS |
Ravl - Core - Trees - BinaryTreeC<class KeyT,class DataT> |
PUBLIC |
BinaryTreeC::BinaryTreeC(void) BinaryTreeC::BinaryTreeC(bool) BinaryTreeC::Copy(void) const BinaryTreeC::Empty(void) BinaryTreeC::Size(void) const BinaryTreeC::IsEmpty(void) const BinaryTreeC::Find(const KeyT &,DataT &) BinaryTreeC::Remove(const KeyT &) BinaryTreeC::Insert(const KeyT &,const DataT &,bool) BinaryTreeC::MinData(void) BinaryTreeC::MaxData(void) BinaryTreeC::MinKey(void) const BinaryTreeC::MaxKey(void) const BinaryTreeC::Dump(ostream &) RCHandleC::operator =(const RCHandleC RCHandleC::DeepCopy(UIntT) const RCHandleC::operator ==(const RCHandleC RCHandleC::operator !=(const RCHandleC RCHandleC::Hash(void) const RCHandleC::IsValid(void) const RCHandleC::Invalidate(void) RCHandleC::IsHandleType(const DT &) const RCHandleC::CheckHandleType(const DT &) const RCHandleC::References(void) const RCHandleC::operator <<(ostream &,const RCHandleC RCHandleC::operator >>(istream &,RCHandleC |
BinaryTreeC<class KeyT,class DataT> | |
Binary tree. | |
include | "Ravl/BinaryTree.hh" |
User Level: | Normal |
Library: | RavlCore |
Example: | exBinaryTree.cc |
In Scope: | RavlN |
#include "Ravl/RefCounter.hh" |
Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002 |