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

Public Types

typedef Node< T > MyT
 

Public Member Functions

 Node (const T &)
 
void detatch ()
 
bool isValid () const
 
int count_black ()
 
void dumptree (std::ostream &out, int n)
 
MyTsuccessor () const
 
MyTpredecessor () const
 
void walk (WalkCallback< T > &callback, int level)
 
void setColor (Color c)
 
Color getColor () const
 
bool hasColor (Color c) const
 

Public Attributes

MyTleft
 
MyTright
 
MyTup
 
key
 

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