#include <rbtree.h>
definition for tree struct
Definition at line 76 of file rbtree.h.
◆ cmp
| int(* rbtree_type::cmp) (const void *, const void *) |
Key compare function. <0,0,>0 like strcmp. Return 0 on two NULL ptrs.
Definition at line 87 of file rbtree.h.
◆ count
| size_t rbtree_type::count |
The number of the nodes in the tree
Definition at line 81 of file rbtree.h.
◆ root
The root of the red-black tree
Definition at line 78 of file rbtree.h.
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/unbound/util/rbtree.h