KrisLibrary  1.0.0
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
RedBlack::Tree< T, Cmp > Class Template Reference

Classes

struct  iterator
 

Public Types

typedef Tree< T > MyT
 
typedef Node< T > NodeT
 

Public Member Functions

bool checkValid () const
 
bool empty () const
 
void clear ()
 
bool erase (const T &)
 
void erase (const iterator &x)
 
iterator find (const T &key) const
 
iterator insert (const T &key)
 
iterator lookup (Lookup type, const T &)
 
void walk (WalkCallback< T > &callback)
 
iterator begin () const
 
iterator end () const
 
iterator front () const
 
iterator back () const
 

Public Attributes

Cmp cmpFunc
 

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