Return the value of the resource instance at the current index of the array contained in the input Array Iterator. More...
Functions | |
const char * | AwaCStringArrayIterator_GetValueAsCString (const AwaCStringArrayIterator *iterator) |
AwaInteger | AwaIntegerArrayIterator_GetValue (const AwaIntegerArrayIterator *iterator) |
AwaFloat | AwaFloatArrayIterator_GetValue (const AwaFloatArrayIterator *iterator) |
AwaBoolean | AwaBooleanArrayIterator_GetValue (const AwaBooleanArrayIterator *iterator) |
AwaOpaque | AwaOpaqueArrayIterator_GetValue (const AwaOpaqueArrayIterator *iterator) |
AwaTime | AwaTimeArrayIterator_GetValue (const AwaTimeArrayIterator *iterator) |
AwaObjectLink | AwaObjectLinkArrayIterator_GetValue (const AwaObjectLinkArrayIterator *iterator) |
Return the value of the resource instance at the current index of the array contained in the input Array Iterator.
[in] | iterator | A pointer to a valid Array Iterator of the specified type. |
const char* AwaCStringArrayIterator_GetValueAsCString | ( | const AwaCStringArrayIterator * | iterator | ) |
AwaInteger AwaIntegerArrayIterator_GetValue | ( | const AwaIntegerArrayIterator * | iterator | ) |
AwaFloat AwaFloatArrayIterator_GetValue | ( | const AwaFloatArrayIterator * | iterator | ) |
AwaBoolean AwaBooleanArrayIterator_GetValue | ( | const AwaBooleanArrayIterator * | iterator | ) |
AwaOpaque AwaOpaqueArrayIterator_GetValue | ( | const AwaOpaqueArrayIterator * | iterator | ) |
AwaTime AwaTimeArrayIterator_GetValue | ( | const AwaTimeArrayIterator * | iterator | ) |
AwaObjectLink AwaObjectLinkArrayIterator_GetValue | ( | const AwaObjectLinkArrayIterator * | iterator | ) |