Functions | |
Dict * | dictNewDict (TESSalloc *alloc, void *frame, int(*leq)(void *frame, DictKey key1, DictKey key2)) |
void | dictDeleteDict (TESSalloc *alloc, Dict *dict) |
DictNode * | dictInsertBefore (Dict *dict, DictNode *node, DictKey key) |
void | dictDelete (Dict *dict, DictNode *node) |
DictNode * | dictSearch (Dict *dict, DictKey key) |
Dict* dictNewDict | ( | TESSalloc * | alloc, |
void * | frame, | ||
int(*)(void *frame, DictKey key1, DictKey key2) | leq | ||
) |
void dictDeleteDict | ( | TESSalloc * | alloc, |
Dict * | dict | ||
) |
DictNode* dictInsertBefore | ( | Dict * | dict, |
DictNode * | node, | ||
DictKey | key | ||
) |
void dictDelete | ( | Dict * | dict, |
DictNode * | node | ||
) |
DictNode* dictSearch | ( | Dict * | dict, |
DictKey | key | ||
) |