GDB (xrefs)
|
Public Attributes | ||
const struct language_defn * | language | |
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 167 of file dictionary.c.
union { ... } dictionary::data |
struct dictionary_hashed dictionary::hashed |
Definition at line 173 of file dictionary.c.
struct dictionary_hashed_expandable dictionary::hashed_expandable |
Definition at line 174 of file dictionary.c.
const struct language_defn* dictionary::language |
Definition at line 169 of file dictionary.c.
struct dictionary_linear dictionary::linear |
Definition at line 175 of file dictionary.c.
struct dictionary_linear_expandable dictionary::linear_expandable |
Definition at line 176 of file dictionary.c.
const struct dict_vector* dictionary::vector |
Definition at line 170 of file dictionary.c.
Referenced by create_new_language_dictionary(), and mdict_free().