GDB (xrefs)
|
Public Attributes | |
const struct dict_vector * | vector |
union { | |
struct dictionary_hashed hashed | |
struct dictionary_hashed_expandable hashed_expandable | |
struct dictionary_linear linear | |
struct dictionary_linear_expandable linear_expandable | |
} | data |
Definition at line 166 of file dictionary.c.
union { ... } dictionary::data |
struct dictionary_hashed dictionary::hashed |
Definition at line 171 of file dictionary.c.
struct dictionary_hashed_expandable dictionary::hashed_expandable |
Definition at line 172 of file dictionary.c.
struct dictionary_linear dictionary::linear |
Definition at line 173 of file dictionary.c.
struct dictionary_linear_expandable dictionary::linear_expandable |
Definition at line 174 of file dictionary.c.
const struct dict_vector* dictionary::vector |
Definition at line 168 of file dictionary.c.