Graphviz 13.0.0~dev.20250121.0651
Loading...
Searching...
No Matches
strdict_t Struct Reference

a string dictionary More...

Collaboration diagram for strdict_t:
[legend]

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
 

Detailed Description

Definition at line 54 of file refstr.c.

Field Documentation

◆ buckets

refstr_t** strdict_t::buckets

Definition at line 55 of file refstr.c.

Referenced by strdict_add(), strdict_find(), and strdict_remove().

◆ capacity_exp

size_t strdict_t::capacity_exp

Definition at line 57 of file refstr.c.

Referenced by strdict_add(), strdict_find(), and strdict_remove().

◆ size

size_t strdict_t::size

Definition at line 56 of file refstr.c.

Referenced by strdict_add(), and strdict_remove().


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