Definition at line 94 of file dict-list.h.
Public Attributes | |
void * | frame |
DictListNode | head |
int(* | leq )(void *frame, DictListKey key1, DictListKey key2) |
void * DictList::frame |
Definition at line 96 of file dict-list.h.
DictListNode DictList::head |
Definition at line 95 of file dict-list.h.
int(* DictList::leq)(void *frame, DictListKey key1, DictListKey key2) |
Definition at line 97 of file dict-list.h.