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

Hash map iterator for unordered KzcHashMap. More...

#include <kzc_hash_map.h>

Data Fields

kzInt currentIndex
 Current index in the iterator. More...
 
kzInt nextChain
 Next chain in the iterator. More...
 
kzInt maxIndex
 Maximum index for the iteration. More...
 

Detailed Description

Hash map iterator for unordered KzcHashMap.

Field Documentation

kzInt KzcHashMapIteratorIndexing::currentIndex

Current index in the iterator.

kzInt KzcHashMapIteratorIndexing::nextChain

Next chain in the iterator.

kzInt KzcHashMapIteratorIndexing::maxIndex

Maximum index for the iteration.


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