RTEMS  5.1
Typedefs | Functions
rbtreeimpl.h File Reference

Inlined Routines Associated with Red-Black Trees. More...

#include <rtems/score/rbtree.h>

Go to the source code of this file.

Typedefs

typedef bool(* RBTree_Visitor) (const RBTree_Node *node, void *visitor_arg)
 Red-black tree visitor. More...
 

Functions

void _RBTree_Iterate (const RBTree_Control *rbtree, RBTree_Visitor visitor, void *visitor_arg)
 Red-black tree iteration. More...
 

Detailed Description

Inlined Routines Associated with Red-Black Trees.

This include file contains the bodies of the routines which are associated with Red-Black Trees and inlined.

Note
The routines in this file are ordered from simple to complex. No other RBTree Handler routine is referenced unless it has already been defined.