nemea-common 1.6.3
bpt_list_item_t Struct Reference

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_tleaf
 
unsigned int index_of_value
 

Detailed Description

Structure - B+ tree - list item structure Structure used to create list of items.

Definition at line 101 of file b_plus_tree.h.

Field Documentation

◆ index_of_value

unsigned int bpt_list_item_t::index_of_value

Definition at line 105 of file b_plus_tree.h.

◆ key

void* bpt_list_item_t::key

Definition at line 103 of file b_plus_tree.h.

◆ leaf

bpt_nd_t* bpt_list_item_t::leaf

Definition at line 104 of file b_plus_tree.h.

◆ value

void* bpt_list_item_t::value

Definition at line 102 of file b_plus_tree.h.


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