RTEMS  5.1
Functions
rbtreenext.c File Reference

_RBTree_Next() and _RBTree_Next() implementation. More...

#include <rtems/score/rbtreeimpl.h>
#include <rtems/score/basedefs.h>

Functions

RBTree_Node_RBTree_Minimum (const RBTree_Control *tree)
 Returns the minimum node of the red-black tree. More...
 
RBTree_Node_RBTree_Maximum (const RBTree_Control *tree)
 Returns the maximum node of the red-black tree. More...
 
RBTree_Node_RBTree_Successor (const RBTree_Node *node)
 Returns the successor of a node. More...
 
RBTree_Node_RBTree_Predecessor (const RBTree_Node *node)
 Returns the predecessor of a node. More...
 

Detailed Description

_RBTree_Next() and _RBTree_Next() implementation.