|
Zephyr API Documentation 4.3.0-rc1
A Scalable Open Source RTOS
|
Balanced red/black tree structure. More...
#include <zephyr/sys/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.