Wait for fulfillment! More...
Functions | |
void | trie_init (struct trienode *root) |
void * | trie_lookup (struct trienode *cur, index_t index) |
void * | trie_iterator_begin (struct trie_iterator *it, struct trienode *cur, index_t index) |
void * | trie_iterate (struct trie_iterator *it) |
void * | trie_pop (struct trienode *cur, index_t index) |
void ** | trie_push (struct trienode *root, index_t index) |
void | trie_destroy (struct trienode *cur, callback_f func) |
Wait for fulfillment!