geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

rb_node Struct Reference

#include <rbtree.h>

Collaboration diagram for rb_node:
[legend]

Public Attributes

uintptr_t rb_parent_color
 
struct rb_noderb_right
 
struct rb_noderb_left
 

Detailed Description

Definition at line 153 of file rbtree.h.

Member Data Documentation

◆ rb_left

◆ rb_parent_color

uintptr_t rb_node::rb_parent_color

Definition at line 155 of file rbtree.h.

Referenced by rb_erase(), rb_init_node(), rb_link_node(), rb_set_color(), and rb_set_parent().

◆ rb_right


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