libamxc
1.10.3
C Generic Data Containers
|
The hash table iterator structure. More...
#include <amxc_htable.h>
Data Fields | |
amxc_array_it_t * | ait |
char * | key |
amxc_htable_it_t * | next |
The hash table iterator structure.
Definition at line 138 of file amxc_htable.h.
amxc_array_it_t* _amxc_htable_it::ait |
Pointer to position in the array
Definition at line 139 of file amxc_htable.h.
char* _amxc_htable_it::key |
The key
Definition at line 140 of file amxc_htable.h.
amxc_htable_it_t* _amxc_htable_it::next |
The next one if chained
Definition at line 141 of file amxc_htable.h.