MagickCore  6.7.5
_HashmapInfo Struct Reference
Collaboration diagram for _HashmapInfo:

Data Fields

size_t(* hash )(const void *)
MagickBooleanType(* compare )(const void *, const void *)
void *(* relinquish_key )(void *)
void *(*)*(* relinquish_value )(void *)
size_t capacity
size_t entries
size_t next
MagickBooleanType head_of_list
LinkedListInfo ** map
MagickBooleanType debug
SemaphoreInfosemaphore
size_t signature

Field Documentation

MagickBooleanType(* _HashmapInfo::compare)(const void *, const void *)
size_t(* _HashmapInfo::hash)(const void *)
void*(* _HashmapInfo::relinquish_key)(void *)

Definition at line 106 of file hashmap.c.

Referenced by DestroyHashmap(), NewHashmap(), PutEntryInHashmap(), and RemoveEntryFromHashmap().

void*(*) *(* _HashmapInfo::relinquish_value)(void *)

Definition at line 107 of file hashmap.c.

Referenced by DestroyHashmap(), NewHashmap(), and PutEntryInHashmap().


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