Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Balanced red/black tree structure. More...

#include <rb.h>

Data Fields

struct rbnoderoot
 Root node of the tree.
 
rb_lessthan_t lessthan_fn
 Comparison function for nodes in the tree.
 

Detailed Description

Balanced red/black tree structure.

Field Documentation

◆ lessthan_fn

rb_lessthan_t rbtree::lessthan_fn

Comparison function for nodes in the tree.

◆ root

struct rbnode* rbtree::root

Root node of the tree.


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