|
HAllocator
A Simple C++ Memory Allocator
|
Template wrapper class for Red-Black tree operations. More...
#include "../../rb-tree/rb-tree.hpp"

Go to the source code of this file.
Classes | |
| class | hh::halloc::RBTreeDriver< T > |
| Template wrapper for managing a Red-Black tree. More... | |
Namespaces | |
| namespace | hh |
| namespace | hh::halloc |
Template wrapper class for Red-Black tree operations.
This file provides a type-safe wrapper around the generic Red-Black tree implementation defined in rb-tree.hpp. It manages the root pointer and delegates operations to the underlying rb_tree namespace functions.