ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
st__table Struct Reference

#include <st.h>

Collaboration diagram for st__table:

Public Attributes

st__compare_func_type compare
 
st__hash_func_type hash
 
int num_bins
 
int num_entries
 
int max_density
 
int reorder_flag
 
double grow_factor
 
st__table_entry ** bins
 

Detailed Description

Definition at line 52 of file st.h.

Member Data Documentation

◆ bins

st__table_entry** st__table::bins

Definition at line 60 of file st.h.

◆ compare

st__compare_func_type st__table::compare

Definition at line 53 of file st.h.

◆ grow_factor

double st__table::grow_factor

Definition at line 59 of file st.h.

◆ hash

st__hash_func_type st__table::hash

Definition at line 54 of file st.h.

◆ max_density

int st__table::max_density

Definition at line 57 of file st.h.

◆ num_bins

int st__table::num_bins

Definition at line 55 of file st.h.

◆ num_entries

int st__table::num_entries

Definition at line 56 of file st.h.

◆ reorder_flag

int st__table::reorder_flag

Definition at line 58 of file st.h.


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