Clean up an Array Iterator of the specified type, freeing all allocated resources. More...
Functions | |
void | AwaCStringArrayIterator_Free (AwaCStringArrayIterator **iterator) |
void | AwaIntegerArrayIterator_Free (AwaIntegerArrayIterator **iterator) |
void | AwaFloatArrayIterator_Free (AwaFloatArrayIterator **iterator) |
void | AwaBooleanArrayIterator_Free (AwaBooleanArrayIterator **iterator) |
void | AwaOpaqueArrayIterator_Free (AwaOpaqueArrayIterator **iterator) |
void | AwaTimeArrayIterator_Free (AwaTimeArrayIterator **iterator) |
void | AwaObjectLinkArrayIterator_Free (AwaObjectLinkArrayIterator **iterator) |
Clean up an Array Iterator of the specified type, freeing all allocated resources.
Once freed, the Array Iterator is no longer valid.
[in,out] | Array | Iterator A pointer to a Array Iterator pointer of the specified type that will be set to NULL. |
void AwaCStringArrayIterator_Free | ( | AwaCStringArrayIterator ** | iterator | ) |
void AwaIntegerArrayIterator_Free | ( | AwaIntegerArrayIterator ** | iterator | ) |
void AwaFloatArrayIterator_Free | ( | AwaFloatArrayIterator ** | iterator | ) |
void AwaBooleanArrayIterator_Free | ( | AwaBooleanArrayIterator ** | iterator | ) |
void AwaOpaqueArrayIterator_Free | ( | AwaOpaqueArrayIterator ** | iterator | ) |
void AwaTimeArrayIterator_Free | ( | AwaTimeArrayIterator ** | iterator | ) |
void AwaObjectLinkArrayIterator_Free | ( | AwaObjectLinkArrayIterator ** | iterator | ) |