#include <st.h>

Data Fields | |
| int(* | compare )(const char *, const char *) |
| int(* | hash )(char *, int) |
| int | num_bins |
| int | num_entries |
| int | max_density |
| int | reorder_flag |
| double | grow_factor |
| st_table_entry ** | bins |
Definition at line 60 of file st.h.
| int(* st_table::compare)(const char *, const char *) |
| double st_table::grow_factor |
| int(* st_table::hash)(char *, int) |
1.6.1