Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

RedBlackNode< Data > Class Template Reference

Templated node class for a templated red-black tree. More...

#include <RedBlackNode.h>

List of all members.

Public Member Functions

 RedBlackNode (Data *NodeData)
 Constructor.
 ~RedBlackNode ()
 Destructor.

Public Attributes

RedBlackNode< Data > * m_Left
 Pointer to the left node.
RedBlackNode< Data > * m_Right
 Pointer to the right node.
RedBlackNode< Data > * m_Up
 Pointer to the upper node on the tree.
RedBlackNodeColor m_Color
 Color of the node.
Data * m_Data
 Pointer to the data in the node.


Detailed Description

template<class Data>
class RedBlackNode< Data >

This class is based off of Damian Ivereigh's implementation of a red-black tree written in C

Definition at line 19 of file RedBlackNode.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 5 11:20:17 2005 for Cpp Freecell Solver by  doxygen 1.4.4