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

#include <dict.h>

Data Fields

dict_ifree_func ifree
 
dict_valid_func valid
 
dict_invalidate_func invalid
 
dict_next_func next
 
dict_prev_func prev
 
dict_nextn_func nextn
 
dict_prevn_func prevn
 
dict_first_func first
 
dict_last_func last
 
dict_key_func key
 
dict_datum_func datum
 
dict_isearch_func search
 
dict_isearch_func search_le
 
dict_isearch_func search_lt
 
dict_isearch_func search_ge
 
dict_isearch_func search_gt
 
dict_iremove_func remove
 
dict_icompare_func compare
 

Detailed Description

Definition at line 130 of file dict.h.

Field Documentation

◆ compare

Definition at line 148 of file dict.h.

◆ datum

Definition at line 141 of file dict.h.

◆ first

Definition at line 138 of file dict.h.

◆ ifree

Definition at line 131 of file dict.h.

◆ invalid

Definition at line 133 of file dict.h.

◆ key

Definition at line 140 of file dict.h.

◆ last

Definition at line 139 of file dict.h.

◆ next

Definition at line 134 of file dict.h.

◆ nextn

Definition at line 136 of file dict.h.

◆ prev

Definition at line 135 of file dict.h.

◆ prevn

Definition at line 137 of file dict.h.

◆ remove

Definition at line 147 of file dict.h.

◆ search

Definition at line 142 of file dict.h.

◆ search_ge

dict_isearch_func search_ge

Definition at line 145 of file dict.h.

◆ search_gt

dict_isearch_func search_gt

Definition at line 146 of file dict.h.

◆ search_le

dict_isearch_func search_le

Definition at line 143 of file dict.h.

◆ search_lt

dict_isearch_func search_lt

Definition at line 144 of file dict.h.

◆ valid

Definition at line 132 of file dict.h.


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