Mercury
Public Attributes | List of all members
hg_hash_table_iter Struct Reference

Definition of a hg_hash_table_iter. More...

#include <mercury_hash_table.h>

Public Attributes

hg_hash_table_thash_table
 
hg_hash_table_entry_tnext_entry
 
unsigned int next_chain
 

Detailed Description

Definition of a hg_hash_table_iter.

Definition at line 89 of file mercury_hash_table.h.

Member Data Documentation

hg_hash_table_t* hg_hash_table_iter::hash_table

Definition at line 90 of file mercury_hash_table.h.

hg_hash_table_entry_t* hg_hash_table_iter::next_entry

Definition at line 91 of file mercury_hash_table.h.

unsigned int hg_hash_table_iter::next_chain

Definition at line 92 of file mercury_hash_table.h.


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