The members of this data structure are as follows:
typedef struct _ec_hash_iter {
void *p2;
int p1;
} ec_hash_iter;
To use this struct, include the file echash.h
.
ECDict_Iterator is a typedef of this struct.
Was this page helpful?
The members of this data structure are as follows:
typedef struct _ec_hash_iter {
void *p2;
int p1;
} ec_hash_iter;
To use this struct, include the file echash.h
.
ECDict_Iterator is a typedef of this struct.