lv_rb_private.h
API reference for lv_rb_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_rb.h
Summary
Structs
struct
_lv_rb_node_t
| Member | Type | Description |
|---|---|---|
parent | struct _lv_rb_node_t * | |
left | struct _lv_rb_node_t * | |
right | struct _lv_rb_node_t * | |
color | lv_rb_color_t | |
data | void * |
struct
_lv_rb_t
| Member | Type | Description |
|---|---|---|
root | lv_rb_node_t * | |
compare | lv_rb_compare_t | |
size | size_t |
Dependencies
How is this guide?
Last updated on