MySQL 8.4.0
Source Code Documentation
ib_rbt_node_t Struct Reference

Red black tree node. More...

#include <ut0rbt.h>

Public Attributes

ib_rbt_color_t color
 
ib_rbt_node_tleft
 
ib_rbt_node_tright
 
ib_rbt_node_tparent
 
char value [1]
 

Detailed Description

Red black tree node.

Member Data Documentation

◆ color

ib_rbt_color_t ib_rbt_node_t::color

◆ left

ib_rbt_node_t* ib_rbt_node_t::left

◆ parent

ib_rbt_node_t* ib_rbt_node_t::parent

◆ right

ib_rbt_node_t* ib_rbt_node_t::right

◆ value

char ib_rbt_node_t::value[1]

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