MySQL 8.0.40
Source Code Documentation
|
Red black tree node. More...
#include <ut0rbt.h>
Public Attributes | |
ib_rbt_color_t | color |
ib_rbt_node_t * | left |
ib_rbt_node_t * | right |
ib_rbt_node_t * | parent |
char | value [1] |
Red black tree node.
ib_rbt_color_t ib_rbt_node_t::color |
ib_rbt_node_t* ib_rbt_node_t::left |
ib_rbt_node_t* ib_rbt_node_t::parent |
ib_rbt_node_t* ib_rbt_node_t::right |
char ib_rbt_node_t::value[1] |