|
Woolz Image Processing
Version 1.7.5
|
A hash table item. Typedef: AlcHashItem. More...
Data Fields | |
| void(* | freeFn )(void *) |
| void * | entry |
| void * | key |
| struct _AlcHashItem * | next |
| struct _AlcHashItem * | prev |
A hash table item. Typedef: AlcHashItem.
| void(* _AlcHashItem::freeFn) (void *) |
Function to free the hash item, may be NULL
Referenced by AlcHashItemFree(), AlcHashItemNew(), and AlcHashTableFree().
| void* _AlcHashItem::entry |
The hash item's entry
Referenced by AlcHashItemFree(), AlcHashItemNew(), and AlcHashTableFree().
| void* _AlcHashItem::key |
The key which identifies the hash item
Referenced by AlcHashItemGet(), AlcHashItemInsert(), AlcHashItemNew(), AlcHashItemOrder(), and AlcHashItemUnlink().
| struct _AlcHashItem* _AlcHashItem::next |
Next item in the hash tables linked list, NULL if this is the last item
Referenced by AlcHashItemGet(), AlcHashItemInsert(), AlcHashItemOrder(), AlcHashItemUnlink(), AlcHashTableCount(), AlcHashTableFree(), AlcHashTableIterate(), and AlcHashTableUnlinkAll().
| struct _AlcHashItem* _AlcHashItem::prev |
Previous item in the hash tables linked list, NULL if this is the first item
Referenced by AlcHashItemInsert(), AlcHashItemUnlink(), and AlcHashTableIterate().