nemea-common 1.6.3
|
Structure - B+ tree - list item structure Structure used to create list of items. More...
#include <b_plus_tree.h>
Data Fields | |
void * | value |
void * | key |
bpt_nd_t * | leaf |
unsigned int | index_of_value |
Structure - B+ tree - list item structure Structure used to create list of items.
Definition at line 101 of file b_plus_tree.h.
unsigned int bpt_list_item_t::index_of_value |
Definition at line 105 of file b_plus_tree.h.
void* bpt_list_item_t::key |
Definition at line 103 of file b_plus_tree.h.
bpt_nd_t* bpt_list_item_t::leaf |
Definition at line 104 of file b_plus_tree.h.
void* bpt_list_item_t::value |
Definition at line 102 of file b_plus_tree.h.