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