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

#include <dict.h>

Collaboration diagram for dict_vtable:

Data Fields

const bool sorted
 
dict_inew_func inew
 
dict_dfree_func dfree
 
dict_insert_func insert
 
dict_search_func search
 
dict_search_func search_le
 
dict_search_func search_lt
 
dict_search_func search_ge
 
dict_search_func search_gt
 
dict_remove_func remove
 
dict_clear_func clear
 
dict_traverse_func traverse
 
dict_select_func select
 
dict_count_func count
 
dict_verify_func verify
 

Detailed Description

Definition at line 97 of file dict.h.

Field Documentation

◆ clear

Definition at line 108 of file dict.h.

◆ count

Definition at line 111 of file dict.h.

◆ dfree

Definition at line 100 of file dict.h.

◆ inew

Definition at line 99 of file dict.h.

◆ insert

Definition at line 101 of file dict.h.

◆ remove

Definition at line 107 of file dict.h.

◆ search

Definition at line 102 of file dict.h.

◆ search_ge

dict_search_func search_ge

Definition at line 105 of file dict.h.

◆ search_gt

dict_search_func search_gt

Definition at line 106 of file dict.h.

◆ search_le

dict_search_func search_le

Definition at line 103 of file dict.h.

◆ search_lt

dict_search_func search_lt

Definition at line 104 of file dict.h.

◆ select

Definition at line 110 of file dict.h.

◆ sorted

const bool sorted

Definition at line 98 of file dict.h.

◆ traverse

Definition at line 109 of file dict.h.

◆ verify

Definition at line 112 of file dict.h.


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