SVF
Public Attributes | List of all members
st_table Struct Reference

#include <st.h>

Public Attributes

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
 

Detailed Description

Definition at line 60 of file st.h.

Member Data Documentation

◆ bins

st_table_entry** st_table::bins

Definition at line 68 of file st.h.

◆ compare

int(* st_table::compare) (const char *, const char *)

Definition at line 61 of file st.h.

◆ grow_factor

double st_table::grow_factor

Definition at line 67 of file st.h.

◆ hash

int(* st_table::hash) (char *, int)

Definition at line 62 of file st.h.

◆ max_density

int st_table::max_density

Definition at line 65 of file st.h.

◆ num_bins

int st_table::num_bins

Definition at line 63 of file st.h.

◆ num_entries

int st_table::num_entries

Definition at line 64 of file st.h.

◆ reorder_flag

int st_table::reorder_flag

Definition at line 66 of file st.h.


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