nemea-common
1.6.3
|
Structure - B+ tree - main structure Structure used to keep informations about tree. More...
#include <b_plus_tree.h>
Data Fields | |
unsigned long int | count_of_values |
int | m |
int | size_of_value |
int | size_of_key |
bpt_nd_t * | root |
int(* | compare )(void *, void *) |
Structure - B+ tree - main structure Structure used to keep informations about tree.
Definition at line 76 of file b_plus_tree.h.
int(* bpt_t::compare) (void *, void *) |
Definition at line 82 of file b_plus_tree.h.
unsigned long int bpt_t::count_of_values |
Definition at line 77 of file b_plus_tree.h.
int bpt_t::m |
Definition at line 78 of file b_plus_tree.h.
bpt_nd_t* bpt_t::root |
Definition at line 81 of file b_plus_tree.h.
int bpt_t::size_of_key |
Definition at line 80 of file b_plus_tree.h.
int bpt_t::size_of_value |
Definition at line 79 of file b_plus_tree.h.