ImpsEngine  1.0.0
A software library collection for end user applications.
IAArrayIterator Class Reference
Inheritance diagram for IAArrayIterator:

Public Member Functions

IA_CONSTRUCTOR void IAArrayIterator_make (IAArrayIterator *, const IAArray *array)
 
void * IAArrayIterator_getNextObject (IAArrayIterator *)
 

Data Fields

IAObject base
 
const IAArrayarray
 
size_t indexForNextObject
 

Member Function Documentation

◆ IAArrayIterator_make()

IA_CONSTRUCTOR void IAArrayIterator_make ( IAArrayIterator ,
const IAArray array 
)

◆ IAArrayIterator_getNextObject()

void * IAArrayIterator_getNextObject ( IAArrayIterator )

Field Documentation

◆ base

IAObject IAArrayIterator::base

◆ array

const IAArray* IAArrayIterator::array

◆ indexForNextObject

size_t IAArrayIterator::indexForNextObject

The documentation for this class was generated from the following files: