OpenBarnyard
 
Loading...
Searching...
No Matches
T2RedBlackTree.h File Reference

Red-black tree implementation for the Toshi engine. More...

#include "Toshi/TComparator.h"
#include "T2Allocator.h"

Go to the source code of this file.

Classes

class  T2GenericRedBlackTreeNode
 
class  T2GenericRedBlackTree
 
class  T2RedBlackTreeNode< T >
 
class  T2RedBlackTree< T >
 
class  T2RedBlackTree< T >::Iterator
 
class  T2RedBlackTree< T >::CIterator
 

Detailed Description

Red-black tree implementation for the Toshi engine.

This file provides a red-black tree implementation that includes:

  • Balanced binary tree operations
  • Tree node management
  • Tree traversal and searching
  • Tree balancing and maintenance

Definition in file T2RedBlackTree.h.