HAllocator
A Simple C++ Memory Allocator
Loading...
Searching...
No Matches
Classes | Namespaces
RBTreeDriver.hpp File Reference

Template wrapper class for Red-Black tree operations. More...

#include "../../rb-tree/rb-tree.hpp"
Include dependency graph for RBTreeDriver.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.