|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Public Attributes | |
| void * | key |
| void * | value |
| struct dictionary_entry * | next |
Definition at line 29 of file dictionary.c.
| void* dictionary_entry::key |
Definition at line 31 of file dictionary.c.
| struct dictionary_entry* dictionary_entry::next |
Definition at line 33 of file dictionary.c.
Referenced by dictionary_remove().
| void* dictionary_entry::value |
Definition at line 32 of file dictionary.c.