PostgreSQL Source Code  git master
RBTNode Struct Reference

#include <rbtree.h>

Data Fields

char color
 
struct RBTNodeleft
 
struct RBTNoderight
 
struct RBTNodeparent
 

Detailed Description

Definition at line 23 of file rbtree.h.

Field Documentation

◆ color

char RBTNode::color

Definition at line 25 of file rbtree.h.

Referenced by rbt_delete_fixup(), and rbt_insert_fixup().

◆ left

◆ parent

struct RBTNode* RBTNode::parent

Definition at line 28 of file rbtree.h.

Referenced by rbt_left_right_iterator(), and rbt_right_left_iterator().

◆ right


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