#include <stdlib.h>
#include <assert.h>
#include "CompareAlgorithms.h"
#include "RedBlackNode.h"
#include "AGenericTree.h"
Go to the source code of this file.
Classes | |
class | RedBlackTree< Data, ConfigData > |
A templated red-black tree class. More... | |
Enumerations | |
enum | RedBlackTreeLookup { RBNONE = -1, RBEQUAL = 0, RBGTEQ, RBLTEQ, RBLESS, RBGREAT, RBNEXT, RBPREV, RBFIRST, RBLAST } |
Different modes that a RedBlackNode can looked up. |
Definition in file RedBlackTree.h.