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