bglibs
|
#include <ghash.h>
Data Fields | |
const struct ghash * | ghashp |
unsigned | index |
void * | entry |
The iterator data necessary to loop over a ghash
table.
void* ghashiter::entry |
A pointer to the current entry, for convenience.
const struct ghash* ghashiter::ghashp |
A pointer to the source ghash
table.
Referenced by ghashiter_first(), and ghashiter_valid().
unsigned ghashiter::index |
The index of the current entry.
Referenced by ghashiter_next(), and ghashiter_valid().