RTEMS 6.1-rc6
|
This source file contains the implementation of _RBTree_Postorder_next() and _RBTree_Postorder_first(). More...
#include <rtems/score/rbtree.h>
Functions | |
void * | _RBTree_Postorder_next (const RBTree_Node *the_node, size_t offset) |
Returns the container of the next node in postorder. | |
void * | _RBTree_Postorder_first (const RBTree_Control *the_rbtree, size_t offset) |
Returns the container of the first node of the specified red-black tree in postorder. | |
This source file contains the implementation of _RBTree_Postorder_next() and _RBTree_Postorder_first().