src/libtess2/dict.c File Reference

Functions

DictdictNewDict (TESSalloc *alloc, void *frame, int(*leq)(void *frame, DictKey key1, DictKey key2))
void dictDeleteDict (TESSalloc *alloc, Dict *dict)
DictNodedictInsertBefore (Dict *dict, DictNode *node, DictKey key)
void dictDelete (Dict *dict, DictNode *node)
DictNodedictSearch (Dict *dict, DictKey key)

Function Documentation

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 
)