Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
st_table_entry Struct Reference

Data Fields

st_index_t hash
 
st_data_t key
 
st_data_t record
 
st_table_entrynext
 
st_table_entryfore
 
st_table_entryback
 

Detailed Description

Definition at line 20 of file st.c.

Field Documentation

◆ back

st_table_entry * st_table_entry::back

Definition at line 25 of file st.c.

Referenced by add_direct(), remove_entry(), st_copy(), and unpack_entries().

◆ fore

st_table_entry* st_table_entry::fore

◆ hash

st_index_t st_table_entry::hash

Definition at line 21 of file st.c.

Referenced by new_entry(), rehash(), st_copy(), st_foreach(), and st_foreach_check().

◆ key

st_data_t st_table_entry::key

◆ next

st_table_entry* st_table_entry::next

◆ record

st_data_t st_table_entry::record

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