2.4.4.1 Types¶
-
typedef struct ZixTreeImpl ZixTree¶
A balanced binary search tree.
-
typedef int (*ZixTreeCompareFunc)(const void *a, const void *b, const void *user_data)¶
Function for comparing two Tree elements.
-
typedef void (*ZixTreeDestroyFunc)(void *ptr, const void *user_data)¶
Function to destroy a Tree element.