|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dict-list.h>

Public Attributes | |
| DictNode | head |
| void * | frame |
| int(* | leq )(void *frame, DictKey key1, DictKey key2) |
Definition at line 94 of file dict-list.h.
| void * Dict::frame |
Definition at line 96 of file dict-list.h.
Referenced by dictInsertBefore(), dictNewDict(), and dictSearch().
| DictNode Dict::head |
Definition at line 95 of file dict-list.h.
Referenced by dictDeleteDict(), dictNewDict(), and dictSearch().
Definition at line 97 of file dict-list.h.
Referenced by dictInsertBefore(), dictNewDict(), and dictSearch().