![]() |
RTEMS 5.2
|
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... | |
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.