|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
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.