nemea-common 1.6.3
Data Fields
bpt_nd_t Struct Reference

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_tparent
 
void * key
 
int count
 

Detailed Description

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.

Field Documentation

◆ count

int bpt_nd_t::count

Definition at line 94 of file b_plus_tree.h.

◆ extend

void* bpt_nd_t::extend

Definition at line 90 of file b_plus_tree.h.

◆ key

void* bpt_nd_t::key

Definition at line 93 of file b_plus_tree.h.

◆ parent

bpt_nd_t* bpt_nd_t::parent

Definition at line 92 of file b_plus_tree.h.

◆ state_extend

unsigned char bpt_nd_t::state_extend

Definition at line 91 of file b_plus_tree.h.


The documentation for this struct was generated from the following file: