nemea-common  1.6.3
Data Fields
prefix_tree_t Struct Reference

Structure - Prefix tree main structure Structure used to keep information about prefix tree. It is main structure, witch contains all information about prexix tree. More...

#include <prefix_tree.h>

Data Fields

prefix_tree_inner_node_troot
 
unsigned int size_of_value
 
int domain_separator
 
unsigned char prefix_suffix
 
unsigned int count_of_domain_searched_just_ones
 
unsigned int count_of_inserting
 
unsigned int count_of_inserting_for_just_ones
 
unsigned int count_of_different_domains
 
tree_domain_extension_tdomain_extension
 
relaxation_after_delete relaxation
 

Detailed Description

Structure - Prefix tree main structure Structure used to keep information about prefix tree. It is main structure, witch contains all information about prexix tree.

Definition at line 155 of file prefix_tree.h.

Field Documentation

◆ count_of_different_domains

unsigned int prefix_tree_t::count_of_different_domains

Definition at line 163 of file prefix_tree.h.

◆ count_of_domain_searched_just_ones

unsigned int prefix_tree_t::count_of_domain_searched_just_ones

Definition at line 160 of file prefix_tree.h.

◆ count_of_inserting

unsigned int prefix_tree_t::count_of_inserting

Definition at line 161 of file prefix_tree.h.

◆ count_of_inserting_for_just_ones

unsigned int prefix_tree_t::count_of_inserting_for_just_ones

Definition at line 162 of file prefix_tree.h.

◆ domain_extension

tree_domain_extension_t* prefix_tree_t::domain_extension

Definition at line 164 of file prefix_tree.h.

◆ domain_separator

int prefix_tree_t::domain_separator

Definition at line 158 of file prefix_tree.h.

◆ prefix_suffix

unsigned char prefix_tree_t::prefix_suffix

Definition at line 159 of file prefix_tree.h.

◆ relaxation

relaxation_after_delete prefix_tree_t::relaxation

Definition at line 165 of file prefix_tree.h.

◆ root

prefix_tree_inner_node_t* prefix_tree_t::root

Definition at line 156 of file prefix_tree.h.

◆ size_of_value

unsigned int prefix_tree_t::size_of_value

Definition at line 157 of file prefix_tree.h.


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