libdict
Data Structure C Library
Loading...
Searching...
No Matches
sp_tree Struct Reference
Collaboration diagram for sp_tree:

Data Fields

sp_noderoot
 
size_t count
 
dict_compare_func cmp_func
 
size_t rotation_count
 

Detailed Description

Definition at line 58 of file sp_tree.c.

Field Documentation

◆ cmp_func

Definition at line 59 of file sp_tree.c.

◆ count

size_t count

Definition at line 59 of file sp_tree.c.

◆ root

sp_node* root

Definition at line 59 of file sp_tree.c.

◆ rotation_count

size_t rotation_count

Definition at line 59 of file sp_tree.c.


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