All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzcDynamicArrayMutableIterator Struct Reference

Mutable iterator for dynamic array. More...

#include <core/util/collection/kzc_dynamic_array.h>

Public Attributes

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.

Member Data 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: