Intrusive Containers
Loading...
Searching...
No Matches
BalTreeIn.hpp File Reference

Intrusive Binary Tree, Implementation of Balancing Primitives. More...

#include "BalTreeIn.h"
#include "TreeIn.hpp"
Include dependency graph for BalTreeIn.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Intrusive Binary Tree, Implementation of Balancing Primitives.

This file defines a pair of templates (BalTreeInRoot and BalTreeInNode) that implement the Balancing Primitives for an intrusive binary tree. A Derived class is responsible for implementing the balancing rules.

See also
BalTreeIn.h