Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
index_tree Struct Reference

AVL tree to hold index_stream or index_group structures. More...

Data Fields

index_tree_noderoot
 Root node.
 
index_tree_nodeleftmost
 
index_tree_noderightmost
 
uint32_t count
 Number of nodes in the tree.
 

Detailed Description

AVL tree to hold index_stream or index_group structures.

Field Documentation

◆ count

uint32_t count

Number of nodes in the tree.

◆ leftmost

index_tree_node * leftmost

Leftmost node. Since the tree will be filled sequentially, this won't change after the first node has been added to the tree.

◆ rightmost

index_tree_node * rightmost

The rightmost node in the tree. Since the tree is filled sequentially, this is always the node where to add the new data.

◆ root

Root node.


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