libamxc  1.10.3
C Generic Data Containers
_amxc_array_it Struct Reference

The array iterator structure. More...

#include <amxc_array.h>

Collaboration diagram for _amxc_array_it:

Data Fields

amxc_array_tarray
 
void * data
 

Detailed Description

The array iterator structure.

Definition at line 174 of file amxc_array.h.

Field Documentation

◆ array

amxc_array_t* _amxc_array_it::array

Pointer to the array

Definition at line 175 of file amxc_array.h.

◆ data

void* _amxc_array_it::data

Pointer to the data

Definition at line 176 of file amxc_array.h.


The documentation for this struct was generated from the following file: