KSquare Utilities
RBTree.h File Reference
#include <assert.h>
#include <ctype.h>
#include <limits.h>
#include <stdlib.h>
#include <memory>
#include "KKBaseTypes.h"

Go to the source code of this file.

Classes

class  KKB::Iterator< Entry, CompareNodes, KeyType >
 
class  KKB::RBnode< Entry >
 
class  KKB::RBTree< Entry, CompareNodes, KeyType >
 
class  KKB::RBTree< Entry, CompareNodes, KeyType >
 

Namespaces

 KKB
 KKB The namespace for KKBase Library supporting general functionality needed by almost any application.
 

Enumerations

enum  KKB::RBcolor { KKB::RBcolor::Red, KKB::RBcolor::Black }