| Functions | |
| void | __gl_dictListDelete (DictList *dict, DictListNode *node) | 
| void | __gl_dictListDeleteDict (DictList *dict) | 
| DictListNode * | __gl_dictListInsertBefore (DictList *dict, DictListNode *node, DictListKey key) | 
| DictList * | __gl_dictListNewDict (void *frame, int(*leq)(void *frame, DictListKey key1, DictListKey key2)) | 
| DictListNode * | __gl_dictListSearch (DictList *dict, DictListKey key) | 
| void __gl_dictListDelete | ( | DictList * | dict, | 
| DictListNode * | node ) | 
| DictListNode * __gl_dictListInsertBefore | ( | DictList * | dict, | 
| DictListNode * | node, | ||
| DictListKey | key ) | 
| DictList * __gl_dictListNewDict | ( | void * | frame, | 
| int(*)(void *frame, DictListKey key1, DictListKey key2) | leq ) | 
| DictListNode * __gl_dictListSearch | ( | DictList * | dict, | 
| DictListKey | key ) |