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

Mutable 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...
 
kzInt currentIndex_private
 Current index in the iterator. More...
 

Detailed Description

Mutable iterator for dynamic array.

Field Documentation

struct KzcDynamicArray* KzcDynamicArrayMutableIterator::dynamicArray_private

Reference to the dynamic array accessed by this iterator.

kzInt KzcDynamicArrayMutableIterator::currentIndex_private

Current index in the iterator.


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