Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzcDynamicArrayIterator Struct Reference

Read-only iterator for dynamic array. More...

#include <kzc_dynamic_array.h>

Data Fields

struct KzcDynamicArraydynamicArray_private
 Reference to the dynamic array accessed by this iterator. More...
 
union KzcCollectionValueelements_private
 Const copy of the elements array. More...
 
kzUint elementCount_private
 Number of elements. More...
 
kzInt currentIndex_private
 Current index in the iterator. More...
 

Detailed Description

Read-only iterator for dynamic array.

Field Documentation

struct KzcDynamicArray* KzcDynamicArrayIterator::dynamicArray_private

Reference to the dynamic array accessed by this iterator.

union KzcCollectionValue* KzcDynamicArrayIterator::elements_private

Const copy of the elements array.

kzUint KzcDynamicArrayIterator::elementCount_private

Number of elements.

kzInt KzcDynamicArrayIterator::currentIndex_private

Current index in the iterator.


The documentation for this struct was generated from the following file: