ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <rbtree.h>
Public Attributes | |
ULONG_PTR | rb_parent_color |
struct rb_node * | rb_right |
struct rb_node * | rb_left |
Definition at line 103 of file rbtree.h.
Referenced by rb_erase(), rb_insert_color(), and rb_replace_node().
ULONG_PTR rb_node::rb_parent_color |
Definition at line 99 of file rbtree.h.
Referenced by rb_erase(), rb_set_color(), and rb_set_parent().
Definition at line 102 of file rbtree.h.
Referenced by rb_erase(), rb_insert_color(), and rb_replace_node().