|
libamxc
1.10.3
C Generic Data Containers
|
The array iterator structure. More...
#include <amxc_array.h>

Data Fields | |
| amxc_array_t * | array |
| void * | data |
The array iterator structure.
Definition at line 174 of file amxc_array.h.
| amxc_array_t* _amxc_array_it::array |
Pointer to the array
Definition at line 175 of file amxc_array.h.
| void* _amxc_array_it::data |
Pointer to the data
Definition at line 176 of file amxc_array.h.