CACAO
|
Go to the source code of this file.
Typedefs | |
typedef s4 | avl_comparator (const void *treenode, const void *node) |
Functions | |
avl_tree_t * | avl_create (avl_comparator *comparator) |
bool | avl_insert (avl_tree_t *tree, void *data) |
void * | avl_find (avl_tree_t *tree, void *data) |
void | avl_dump (avl_node_t *node, s4 indent) |
avl_tree_t* avl_create | ( | avl_comparator * | comparator | ) |
void avl_dump | ( | avl_node_t * | node, |
s4 | indent | ||
) |
void* avl_find | ( | avl_tree_t * | tree, |
void * | data | ||
) |
bool avl_insert | ( | avl_tree_t * | tree, |
void * | data | ||
) |