RTEMS 6.1-rc1
Typedefs | Functions
rbtreeimpl.h File Reference

This header file provides interfaces of the Red-Black Tree Handler which are only used by the implementation. 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_Append (RBTree_Control *the_rbtree, RBTree_Node *the_node)
 Appends the node to the red-black tree. More...
 
void _RBTree_Prepend (RBTree_Control *the_rbtree, RBTree_Node *the_node)
 Prepends the node to the red-black tree. More...
 
void _RBTree_Iterate (const RBTree_Control *rbtree, RBTree_Visitor visitor, void *visitor_arg)
 Red-black tree iteration. More...
 

Detailed Description

This header file provides interfaces of the Red-Black Tree Handler which are only used by the implementation.