libcstl
Loading...
Searching...
No Matches
cstl_bintree_node Struct Reference

Node to anchor an element within a binary tree. More...

#include <bintree.h>

Detailed Description

Node to anchor an element within a binary tree.

Users of the binary tree object declare this object within another object as follows:

struct object {
...
struct cstl_bintree_node tree_node;
...
};
Node to anchor an element within a binary tree.
Definition bintree.h:49

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.

offsetof(struct object, tree_node)

Definition at line 48 of file bintree.h.


The documentation for this struct was generated from the following file: