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

Data Fields

skip_nodehead
 
unsigned max_link
 
unsigned top_link
 
dict_compare_func cmp_func
 
size_t count
 

Detailed Description

Definition at line 49 of file skiplist.c.

Field Documentation

◆ cmp_func

Definition at line 53 of file skiplist.c.

◆ count

size_t count

Definition at line 54 of file skiplist.c.

◆ head

skip_node* head

Definition at line 50 of file skiplist.c.

◆ max_link

unsigned max_link

Definition at line 51 of file skiplist.c.

◆ top_link

unsigned top_link

Definition at line 52 of file skiplist.c.


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