Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

st_table_entry Struct Reference


Data Fields

unsigned int hash
st_data_t key
st_data_t record
st_table_entrynext

Field Documentation

unsigned int st_table_entry::hash
 

Definition at line 17 of file st.c.

Referenced by rehash().

st_data_t st_table_entry::key
 

Definition at line 18 of file st.c.

Referenced by st_delete(), st_delete_safe(), and st_foreach().

st_table_entry* st_table_entry::next
 

Definition at line 20 of file st.c.

Referenced by rehash(), st_copy(), st_delete(), st_delete_safe(), st_foreach(), and st_free_table().

st_data_t st_table_entry::record
 

Definition at line 19 of file st.c.

Referenced by st_delete(), st_delete_safe(), st_foreach(), st_insert(), and st_lookup().


The documentation for this struct was generated from the following file:
Generated on Wed Jan 18 23:32:11 2006 for Ruby by doxygen 1.3.5