GDB (xrefs)
|
Public Attributes | |
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 |
Definition at line 172 of file dictionary.c.
Definition at line 173 of file dictionary.c.
Definition at line 174 of file dictionary.c.
Definition at line 175 of file dictionary.c.
struct dict_vector* dictionary::vector |
Definition at line 169 of file dictionary.c.