hash_iter_s Struct Reference

Data Fields

hash_table_tht
 Hash table we are iterating over.
hash_entry_tent
 Current entry in that table.
size_t idx
 Index of next bucket to search.

Detailed Description

Definition at line 168 of file hash_table.h.


Field Documentation

Current entry in that table.

Definition at line 170 of file hash_table.h.

Referenced by hash_table_iter_next(), and jsgf_grammar_free().

Hash table we are iterating over.

Definition at line 169 of file hash_table.h.

Referenced by hash_table_iter(), and hash_table_iter_next().

Index of next bucket to search.

Definition at line 171 of file hash_table.h.

Referenced by hash_table_iter_next().


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

Generated on 19 Feb 2010 for SphinxBase by  doxygen 1.6.1