Woolz Image Processing Version 1.4.0
|
A hash table. Typedef: AlcHashTable. More...
Data Fields | |
int(* | keyCmp )(void *, void *) |
size_t(* | hashFn )(void *) |
size_t | tableSz |
AlcHashItem ** | table |
A hash table. Typedef: AlcHashTable.
int(* _AlcHashTable::keyCmp)(void *, void *) |
Key comparison function
Referenced by AlcHashItemGet(), AlcHashItemInsert(), and AlcHashTableNew().
size_t(* _AlcHashTable::hashFn)(void *) |
The hashing function
Referenced by AlcHashItemGet(), AlcHashItemInsert(), AlcHashItemOrder(), AlcHashItemUnlink(), AlcHashTableEntryInsert(), and AlcHashTableNew().
size_t _AlcHashTable::tableSz |
Number of list slots in the hash table
Referenced by AlcHashItemGet(), AlcHashItemInsert(), AlcHashItemOrder(), AlcHashItemUnlink(), AlcHashTableCount(), AlcHashTableFree(), AlcHashTableIterate(), and AlcHashTableNew().
Table of lists
Referenced by AlcHashItemGet(), AlcHashItemInsert(), AlcHashItemUnlink(), AlcHashTableCount(), AlcHashTableFree(), AlcHashTableIterate(), AlcHashTableNew(), and AlcHashTableUnlinkAll().