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
![]() ![]() |
#include <rbtree.h>
Public Attributes | |
uintptr_t | rb_parent_color |
struct rb_node * | rb_right |
struct rb_node * | rb_left |
struct rb_node* rb_node::rb_left |
Definition at line 159 of file rbtree.h.
Referenced by __rb_erase_color(), __rb_rotate_left(), __rb_rotate_right(), foreachEntriesInScope(), rb_augment_erase_begin(), rb_augment_insert(), rb_augment_path(), rb_erase(), rb_first(), rb_init_node(), rb_insert_color(), rb_link_node(), rb_next(), rb_prev(), and rb_replace_node().
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().
struct rb_node* rb_node::rb_right |
Definition at line 158 of file rbtree.h.
Referenced by __rb_erase_color(), __rb_rotate_left(), __rb_rotate_right(), foreachEntriesInScope(), rb_augment_erase_begin(), rb_augment_insert(), rb_augment_path(), rb_erase(), rb_init_node(), rb_insert_color(), rb_last(), rb_link_node(), rb_next(), rb_prev(), and rb_replace_node().