dmagick.c.hashmap

Undocumented in source.

Members

Functions

AppendValueToLinkedList
MagickBooleanType AppendValueToLinkedList(LinkedListInfo* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ClearLinkedList
void ClearLinkedList(LinkedListInfo* , void* function(void*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CompareHashmapString
MagickBooleanType CompareHashmapString(const(void)* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CompareHashmapStringInfo
MagickBooleanType CompareHashmapStringInfo(const(void)* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyHashmap
HashmapInfo* DestroyHashmap(HashmapInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyLinkedList
LinkedListInfo* DestroyLinkedList(LinkedListInfo* , void* function(void*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetLastValueInLinkedList
void* GetLastValueInLinkedList(LinkedListInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetNextKeyInHashmap
void* GetNextKeyInHashmap(HashmapInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetNextValueInHashmap
void* GetNextValueInHashmap(HashmapInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetNextValueInLinkedList
void* GetNextValueInLinkedList(LinkedListInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetNumberOfElementsInLinkedList
size_t GetNumberOfElementsInLinkedList(const(LinkedListInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetNumberOfEntriesInHashmap
size_t GetNumberOfEntriesInHashmap(const(HashmapInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetValueFromHashmap
void* GetValueFromHashmap(HashmapInfo* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetValueFromLinkedList
void* GetValueFromLinkedList(LinkedListInfo* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HashPointerType
size_t HashPointerType(const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HashStringInfoType
size_t HashStringInfoType(const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HashStringType
size_t HashStringType(const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
InsertValueInLinkedList
MagickBooleanType InsertValueInLinkedList(LinkedListInfo* , size_t , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
InsertValueInSortedLinkedList
MagickBooleanType InsertValueInSortedLinkedList(LinkedListInfo* , int function(const(void)*, const(void)*) , void** , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IsHashmapEmpty
MagickBooleanType IsHashmapEmpty(const(HashmapInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IsLinkedListEmpty
MagickBooleanType IsLinkedListEmpty(const(LinkedListInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LinkedListToArray
MagickBooleanType LinkedListToArray(LinkedListInfo* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewHashmap
HashmapInfo* NewHashmap(size_t , size_t function(const(void)*) , MagickBooleanType function(const(void)*, const(void)*) , void* function(void*) , void* function(void*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewLinkedList
LinkedListInfo* NewLinkedList(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PutEntryInHashmap
MagickBooleanType PutEntryInHashmap(HashmapInfo* , const(void)* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RemoveElementByValueFromLinkedList
void* RemoveElementByValueFromLinkedList(LinkedListInfo* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RemoveElementFromLinkedList
void* RemoveElementFromLinkedList(LinkedListInfo* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RemoveEntryFromHashmap
void* RemoveEntryFromHashmap(HashmapInfo* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RemoveLastElementFromLinkedList
void* RemoveLastElementFromLinkedList(LinkedListInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ResetHashmapIterator
void ResetHashmapIterator(HashmapInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ResetLinkedListIterator
void ResetLinkedListIterator(LinkedListInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

HashmapInfo
struct HashmapInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LinkedListInfo
struct LinkedListInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta