Data Fields

st_table Struct Reference

#include <st.h>

Data Fields

struct st_hash_typetype
st_index_t num_bins
unsigned int entries_packed: 1
st_index_t num_entries: ST_INDEX_BITS - 1
struct st_table_entry ** bins
struct st_table_entryhead
struct st_table_entrytail

Detailed Description

Definition at line 79 of file st.h.


Field Documentation

Definition at line 88 of file st.h.

Referenced by rehash(), st_clear(), st_copy(), st_foreach(), and st_init_table_with_size().

Definition at line 88 of file st.h.

Referenced by st_clear(), st_copy(), and st_init_table_with_size().

Definition at line 80 of file st.h.

Referenced by st_init_table_with_size().


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