Simple Application Framework
1
|
Generic red/black tree implementation.
#include "../../Type.h"
#include "../../Mem/Alloc.h"
#include "../../Collection/Pair.h"
#include "../Swap.h"
#include "../../Type/IteratorCategory.h"
Go to the source code of this file.
Classes | |
class | Saf::Algo::Struct::RedBlackTree< KeyType, RecType, KeySelectorType, CompType >::ConstIterator |
Bidirectional non-mutable RedBlackTree iterator. More... | |
class | Saf::Algo::Struct::RedBlackTree< KeyType, RecType, KeySelectorType, CompType >::Iterator |
Bidirectional mutable RedBlackTree iterator. More... | |
class | Saf::Algo::Struct::RedBlackTree< KeyType, RecType, KeySelectorType, CompType >::Node |
Tree node. More... | |
class | Saf::Algo::Struct::RedBlackTree< KeyType, RecType, KeySelectorType, CompType > |
Generic red/black tree implementation. More... | |
Namespaces | |
namespace | Saf |
Global library namespace. | |
namespace | Saf::Algo |
Generic data handling algorithms and structures. | |
namespace | Saf::Algo::Struct |
Generic data structures. |
Generic red/black tree implementation.