RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Functions
rbtreepostorder.c File Reference

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.
 

Detailed Description

This source file contains the implementation of _RBTree_Postorder_next() and _RBTree_Postorder_first().