Intrusive Containers
Macros

Intrusive Binary Tree (unbalenced), Implementation. More...

#include "TreeIn.h"
#include "FreeRTOS.h"
#include <iostream>
Include dependency graph for TreeIn.hpp:

Go to the source code of this file.

Macros

#define TREEIN_CHECK   1
 Define Non-Zero to perform frequent Invariants Checks. More...
 
#define assert   configASSERT
 

Detailed Description

Intrusive Binary Tree (unbalenced), Implementation.

This file defines a pair of templates (TreeInRoot and TreeInNode) that implement an intrusive binary tree.

See also
TreeIn.h

Macro Definition Documentation

#define assert   configASSERT
#define TREEIN_CHECK   1

Define Non-Zero to perform frequent Invariants Checks.