Check whether or not the iterator has not reached the end of reading its array's values. More...
Functions | |
bool | AwaCStringArrayIterator_Next (AwaCStringArrayIterator *iterator) |
bool | AwaIntegerArrayIterator_Next (AwaIntegerArrayIterator *iterator) |
bool | AwaFloatArrayIterator_Next (AwaFloatArrayIterator *iterator) |
bool | AwaBooleanArrayIterator_Next (AwaBooleanArrayIterator *iterator) |
bool | AwaOpaqueArrayIterator_Next (AwaOpaqueArrayIterator *iterator) |
bool | AwaTimeArrayIterator_Next (AwaTimeArrayIterator *iterator) |
bool | AwaObjectLinkArrayIterator_Next (AwaObjectLinkArrayIterator *iterator) |
Check whether or not the iterator has not reached the end of reading its array's values.
If the iterator has not reached the end, advance its position to the next resource instance in the array.
[in] | iterator | A pointer to a valid Array Iterator of the specified type. |
bool AwaCStringArrayIterator_Next | ( | AwaCStringArrayIterator * | iterator | ) |
bool AwaIntegerArrayIterator_Next | ( | AwaIntegerArrayIterator * | iterator | ) |
bool AwaFloatArrayIterator_Next | ( | AwaFloatArrayIterator * | iterator | ) |
bool AwaBooleanArrayIterator_Next | ( | AwaBooleanArrayIterator * | iterator | ) |
bool AwaOpaqueArrayIterator_Next | ( | AwaOpaqueArrayIterator * | iterator | ) |
bool AwaTimeArrayIterator_Next | ( | AwaTimeArrayIterator * | iterator | ) |
bool AwaObjectLinkArrayIterator_Next | ( | AwaObjectLinkArrayIterator * | iterator | ) |