libcstl
|
Node to anchor an element within a binary tree. More...
#include <bintree.h>
Node to anchor an element within a binary tree.
Users of the binary tree object declare this object within another object as follows:
When calling cstl_bintree_init(), the caller passes the offset of tree_node
within their object as the off
parameter of that function, e.g.