libdict
Data Structure C Library
Loading...
Searching...
No Matches
tree_base Struct Reference

#include <tree_common.h>

Collaboration diagram for tree_base:

Data Fields

struct tree_node_baseroot
 
size_t count
 
dict_compare_func cmp_func
 
size_t rotation_count
 

Detailed Description

Definition at line 50 of file tree_common.h.

Field Documentation

◆ cmp_func

Definition at line 51 of file tree_common.h.

◆ count

size_t count

Definition at line 51 of file tree_common.h.

◆ root

struct tree_node_base* root

Definition at line 51 of file tree_common.h.

◆ rotation_count

size_t rotation_count

Definition at line 51 of file tree_common.h.


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