Zephyr API 3.6.99
|
Balanced red/black tree structure. More...
#include <rb.h>
Data Fields | |
struct rbnode * | root |
Root node of the tree. | |
rb_lessthan_t | lessthan_fn |
Comparison function for nodes in the tree. | |
Balanced red/black tree structure.
rb_lessthan_t rbtree::lessthan_fn |
Comparison function for nodes in the tree.
struct rbnode* rbtree::root |
Root node of the tree.