15 RB_GENERATE_INSERT_COLOR( RBTree_Control,
RBTree_Node, Node,
static inline )
18 RBTree_Control *the_rbtree,
22 RBTree_Control_RB_INSERT_COLOR( the_rbtree, the_node );
void _RBTree_Insert_color(RBTree_Control *the_rbtree, RBTree_Node *the_node)
Rebalances the red-black tree after insertion of the node.
Inlined Routines Associated with Red-Black Trees.