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

Red-black tree object. More...

#include <rbtree.h>

Detailed Description

Red-black tree object.

Callers declare or allocate an object of this type to instantiate a red-black tree. Users are encouraged to declare (and initialize) this object with the DECLARE_CSTL_RBTREE() macro. Any other declaration or allocation must be initialized via cstl_rbtree_init().

Definition at line 74 of file rbtree.h.


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