nemea-common 1.6.3
bpt_t Struct Reference

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_troot
 
int(* compare )(void *, void *)
 

Detailed Description

Structure - B+ tree - main structure Structure used to keep informations about tree.

Definition at line 76 of file b_plus_tree.h.

Field Documentation

◆ compare

int(* bpt_t::compare) (void *, void *)

Definition at line 82 of file b_plus_tree.h.

◆ count_of_values

unsigned long int bpt_t::count_of_values

Definition at line 77 of file b_plus_tree.h.

◆ m

int bpt_t::m

Definition at line 78 of file b_plus_tree.h.

◆ root

bpt_nd_t* bpt_t::root

Definition at line 81 of file b_plus_tree.h.

◆ size_of_key

int bpt_t::size_of_key

Definition at line 80 of file b_plus_tree.h.

◆ size_of_value

int bpt_t::size_of_value

Definition at line 79 of file b_plus_tree.h.


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