nemea-common
1.6.3
|
Structure - B+ tree - node structure Structure used to keep information about node and pointer to inner or leaf node. More...
#include <b_plus_tree.h>
Data Fields | |
void * | extend |
unsigned char | state_extend |
bpt_nd_t * | parent |
void * | key |
int | count |
Structure - B+ tree - node structure Structure used to keep information about node and pointer to inner or leaf node.
Definition at line 89 of file b_plus_tree.h.
int bpt_nd_t::count |
Definition at line 94 of file b_plus_tree.h.
void* bpt_nd_t::extend |
Definition at line 90 of file b_plus_tree.h.
void* bpt_nd_t::key |
Definition at line 93 of file b_plus_tree.h.
bpt_nd_t* bpt_nd_t::parent |
Definition at line 92 of file b_plus_tree.h.
unsigned char bpt_nd_t::state_extend |
Definition at line 91 of file b_plus_tree.h.