Ruby 4.1.0dev (2026-08-15 revision 6cc5c920b029a686ef6fbf93ffb11f57fb312dee)
Data Fields
st_table Struct Reference

Data Fields

unsigned char entry_power
 
unsigned char bin_power
 
unsigned char size_ind
 
unsigned char rebuilds_num
 
unsigned int entries_start
 
const struct st_hash_typetype
 
st_index_t num_entries
 
st_index_t entries_bound
 
st_table_entryentries
 

Detailed Description

Definition at line 79 of file st.h.

Field Documentation

◆ bin_power

unsigned char st_table::bin_power

Definition at line 81 of file st.h.

◆ entries

st_table_entry* st_table::entries

Definition at line 96 of file st.h.

◆ entries_bound

st_index_t st_table::entries_bound

Definition at line 93 of file st.h.

◆ entries_start

unsigned int st_table::entries_start

Definition at line 85 of file st.h.

◆ entry_power

unsigned char st_table::entry_power

Definition at line 81 of file st.h.

◆ num_entries

st_index_t st_table::num_entries

Definition at line 89 of file st.h.

◆ rebuilds_num

unsigned char st_table::rebuilds_num

Definition at line 83 of file st.h.

◆ size_ind

unsigned char st_table::size_ind

Definition at line 81 of file st.h.

◆ type

const struct st_hash_type* st_table::type

Definition at line 87 of file st.h.


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