|
Graphviz 14.0.3~dev.20251029.0425
|
a string dictionary More...
Data Fields | |
| refstr_t ** | buckets |
| backing store of elements | |
| size_t | size |
| number of elements in the dictionary | |
| size_t | capacity_exp |
logâ‚‚ size of buckets | |
| refstr_t** strdict_t::buckets |
Definition at line 55 of file refstr.c.
Referenced by strdict_add(), strdict_find(), and strdict_remove().
| size_t strdict_t::capacity_exp |
Definition at line 57 of file refstr.c.
Referenced by strdict_add(), strdict_find(), and strdict_remove().
| size_t strdict_t::size |
Definition at line 56 of file refstr.c.
Referenced by strdict_add(), and strdict_remove().