ReactOS 0.4.16-dev-329-g9223134
|
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.