|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Public Attributes | |
| comparefunc | comp |
| destroyfunc | destroy |
| void * | extra |
| struct dictionary_entry * | head |
| UINT | num_entries |
| struct provideclassinfo | classinfo |
| IDictionary | IDictionary_iface |
| LONG | ref |
| CompareMethod | method |
| LONG | count |
| struct list | pairs |
| struct list | buckets [BUCKET_COUNT] |
| struct list | notifier |
Definition at line 36 of file dictionary.c.
| struct list dictionary::buckets[BUCKET_COUNT] |
Definition at line 77 of file dictionary.c.
Referenced by get_bucket_head().
| struct provideclassinfo dictionary::classinfo |
Definition at line 70 of file dictionary.c.
| comparefunc dictionary::comp |
Definition at line 38 of file dictionary.c.
| LONG dictionary::count |
Definition at line 75 of file dictionary.c.
Referenced by add_keyitem_pair().
| destroyfunc dictionary::destroy |
Definition at line 39 of file dictionary.c.
| void* dictionary::extra |
Definition at line 40 of file dictionary.c.
| struct dictionary_entry* dictionary::head |
Definition at line 41 of file dictionary.c.
| IDictionary dictionary::IDictionary_iface |
Definition at line 71 of file dictionary.c.
Referenced by add_keyitem_pair(), create_dict_enum(), and get_keyitem_pair().
| CompareMethod dictionary::method |
Definition at line 74 of file dictionary.c.
Referenced by strcmp_key().
Definition at line 78 of file dictionary.c.
Referenced by create_dict_enum().
| UINT dictionary::num_entries |
Definition at line 42 of file dictionary.c.
Definition at line 76 of file dictionary.c.
Referenced by add_keyitem_pair(), create_dict_enum(), and notify_remove_pair().
| LONG dictionary::ref |
Definition at line 72 of file dictionary.c.
Referenced by IPropertyStorage_fnRelease().