Next: , Previous: rbtree_node_cmp_v, Up: Public Routines


3.1.22 rbtree_node_get_data

Retrieve the data from a specified rbtree node.

Synopsis

     #include <rbtree/rbtree.h>
     
     
     
void *rbtree_node_get_data(RBNode rbnode);

Parameters

RBNode rbnode
the node from which to extract the data

Description

Retrieve the data from a specified rbtree node.

Returns

It returns the node's data pointer.