#include <dbprim.h>
Collaboration diagram for _rb_tree_s:
For internal use only.
This is the implementation of the rb_tree_t type.
Definition at line 2539 of file dbprim.h.
Data Fields | |
unsigned long | rt_magic |
unsigned long | rt_flags |
unsigned long | rt_count |
rb_node_t * | rt_root |
rb_comp_t | rt_comp |
void * | rt_extra |
|
Function for comparing tree keys. Definition at line 2544 of file dbprim.h. Referenced by _rb_locate(), and rt_init(). |
|
Number of nodes in the tree. Definition at line 2542 of file dbprim.h. Referenced by _rb_locate(), rt_find(), rt_flush(), rt_init(), and rt_remove(). |
|
Extra data associated with the tree. Definition at line 2545 of file dbprim.h. Referenced by rt_init(). |
|
Flags associated with the table. Definition at line 2541 of file dbprim.h. Referenced by rt_add(), rt_flush(), rt_init(), rt_iter(), rt_move(), and rt_remove(). |
|
Magic number. Definition at line 2540 of file dbprim.h. Referenced by rt_init(). |
|
Pointer to the root node of the tree. Definition at line 2543 of file dbprim.h. Referenced by _rb_locate(), _rb_rotate(), rt_add(), rt_flush(), rt_init(), rt_next(), and rt_remove(). |