#include <ghash.h>
Data Fields | |
struct ghash * | ghashp |
unsigned | index |
void * | entry |
ghash
table. struct ghash* ghashiter::ghashp [read] |
A pointer to the source ghash
table.
unsigned ghashiter::index |
The index of the current entry.
void* ghashiter::entry |
A pointer to the current entry, for convenience.