ReactOS 0.4.15-dev-7958-gcd0bb1a
dictionary Struct Reference
Collaboration diagram for dictionary:

Public Attributes

comparefunc comp
 
destroyfunc destroy
 
voidextra
 
struct dictionary_entryhead
 
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
 

Detailed Description

Definition at line 36 of file dictionary.c.

Member Data Documentation

◆ buckets

struct list dictionary::buckets[BUCKET_COUNT]

Definition at line 77 of file dictionary.c.

Referenced by get_bucket_head().

◆ classinfo

struct provideclassinfo dictionary::classinfo

Definition at line 70 of file dictionary.c.

◆ comp

comparefunc dictionary::comp

Definition at line 38 of file dictionary.c.

◆ count

LONG dictionary::count

Definition at line 75 of file dictionary.c.

Referenced by add_keyitem_pair().

◆ destroy

destroyfunc dictionary::destroy

Definition at line 39 of file dictionary.c.

◆ extra

void* dictionary::extra

Definition at line 40 of file dictionary.c.

◆ head

struct dictionary_entry* dictionary::head

Definition at line 41 of file dictionary.c.

◆ IDictionary_iface

IDictionary dictionary::IDictionary_iface

Definition at line 71 of file dictionary.c.

Referenced by add_keyitem_pair(), create_dict_enum(), and get_keyitem_pair().

◆ method

CompareMethod dictionary::method

Definition at line 74 of file dictionary.c.

Referenced by strcmp_key().

◆ notifier

struct list dictionary::notifier

Definition at line 78 of file dictionary.c.

Referenced by create_dict_enum().

◆ num_entries

UINT dictionary::num_entries

Definition at line 42 of file dictionary.c.

◆ pairs

struct list dictionary::pairs

Definition at line 76 of file dictionary.c.

Referenced by add_keyitem_pair(), create_dict_enum(), and notify_remove_pair().

◆ ref

LONG dictionary::ref

Definition at line 72 of file dictionary.c.

Referenced by IPropertyStorage_fnRelease().


The documentation for this struct was generated from the following files: