Return the current index of the resource instance of the specified Array Iterator. More...
Functions | |
AwaArrayIndex | AwaCStringArrayIterator_GetIndex (const AwaCStringArrayIterator *iterator) |
AwaArrayIndex | AwaIntegerArrayIterator_GetIndex (const AwaIntegerArrayIterator *iterator) |
AwaArrayIndex | AwaFloatArrayIterator_GetIndex (const AwaFloatArrayIterator *iterator) |
AwaArrayIndex | AwaBooleanArrayIterator_GetIndex (const AwaBooleanArrayIterator *iterator) |
AwaArrayIndex | AwaOpaqueArrayIterator_GetIndex (const AwaOpaqueArrayIterator *iterator) |
AwaArrayIndex | AwaTimeArrayIterator_GetIndex (const AwaTimeArrayIterator *iterator) |
AwaArrayIndex | AwaObjectLinkArrayIterator_GetIndex (const AwaObjectLinkArrayIterator *iterator) |
Return the current index of the resource instance of the specified Array Iterator.
[in] | iterator | A pointer to a valid Array Iterator of the specified type. |
AwaArrayIndex AwaCStringArrayIterator_GetIndex | ( | const AwaCStringArrayIterator * | iterator | ) |
AwaArrayIndex AwaIntegerArrayIterator_GetIndex | ( | const AwaIntegerArrayIterator * | iterator | ) |
AwaArrayIndex AwaFloatArrayIterator_GetIndex | ( | const AwaFloatArrayIterator * | iterator | ) |
AwaArrayIndex AwaBooleanArrayIterator_GetIndex | ( | const AwaBooleanArrayIterator * | iterator | ) |
AwaArrayIndex AwaOpaqueArrayIterator_GetIndex | ( | const AwaOpaqueArrayIterator * | iterator | ) |
AwaArrayIndex AwaTimeArrayIterator_GetIndex | ( | const AwaTimeArrayIterator * | iterator | ) |
AwaArrayIndex AwaObjectLinkArrayIterator_GetIndex | ( | const AwaObjectLinkArrayIterator * | iterator | ) |