CrystalSpace

Public API Reference

csRedBlackTree< K >::Node Struct Reference

A node in the tree. More...

#include <csutil/redblacktree.h>

List of all members.

Public Member Functions

NodeColor GetColor () const
NodeGetParent () const
 Node ()
void SetColor (NodeColor color)
void SetParent (Node *p)
 ~Node ()

Public Attributes

uint8 key [sizeof(K)]
Nodeleft
Noderight


Detailed Description

template<typename K>
struct csRedBlackTree< K >::Node

A node in the tree.

Definition at line 52 of file redblacktree.h.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.4.7