geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

sHashTable Struct Reference
Collaboration diagram for sHashTable:
[legend]

Public Attributes

hentry ** table
 
unsigned int size
 
hashTableHashFunc hashfn
 
hashTableEqualFunc equalfn
 
hashTableFreeFunc keyfreefn
 
hashTableFreeFunc valfreefn
 

Detailed Description

Definition at line 41 of file htable.c.

Member Data Documentation

◆ equalfn

hashTableEqualFunc sHashTable::equalfn

◆ hashfn

◆ keyfreefn

hashTableFreeFunc sHashTable::keyfreefn

Definition at line 46 of file htable.c.

Referenced by hashTableClear(), hashTableDeleteItem(), and hashTableNew().

◆ size

◆ table

◆ valfreefn

hashTableFreeFunc sHashTable::valfreefn

Definition at line 47 of file htable.c.

Referenced by hashTableClear(), hashTableDeleteItem(), and hashTableNew().


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