dmagick.c.splayTree

Undocumented in source.

Members

Functions

AddValueToSplayTree
MagickBooleanType AddValueToSplayTree(SplayTreeInfo* , 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.
CloneSplayTree
SplayTreeInfo* CloneSplayTree(SplayTreeInfo* , 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.
CompareSplayTreeString
int CompareSplayTreeString(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.
CompareSplayTreeStringInfo
int CompareSplayTreeStringInfo(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.
DeleteNodeByValueFromSplayTree
MagickBooleanType DeleteNodeByValueFromSplayTree(SplayTreeInfo* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DeleteNodeFromSplayTree
MagickBooleanType DeleteNodeFromSplayTree(SplayTreeInfo* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroySplayTree
SplayTreeInfo* DestroySplayTree(SplayTreeInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetNextKeyInSplayTree
const(void)* GetNextKeyInSplayTree(SplayTreeInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetNextValueInSplayTree
const(void)* GetNextValueInSplayTree(SplayTreeInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetNumberOfNodesInSplayTree
size_t GetNumberOfNodesInSplayTree(const(SplayTreeInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetValueFromSplayTree
const(void)* GetValueFromSplayTree(SplayTreeInfo* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewSplayTree
SplayTreeInfo* NewSplayTree(int 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.
RemoveNodeByValueFromSplayTree
void* RemoveNodeByValueFromSplayTree(SplayTreeInfo* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RemoveNodeFromSplayTree
void* RemoveNodeFromSplayTree(SplayTreeInfo* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ResetSplayTree
void ResetSplayTree(SplayTreeInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ResetSplayTreeIterator
void ResetSplayTreeIterator(SplayTreeInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta