diff -r 7dfa5bcf39ee -r 88a9ee79c102 docs/api-2.1/structUcxMapIterator.html --- a/docs/api-2.1/structUcxMapIterator.html Wed Jan 22 21:02:46 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,150 +0,0 @@ - - - - - - - -ucx: UcxMapIterator Struct Reference - - - - - - - - - -
-
- - - - - - - -
-
ucx -
-
UAP Common Extensions
-
-
- - - - - - - - -
-
- - -
- -
- -
-
-
-Data Fields
-
-
UcxMapIterator Struct Reference
-
-
- -

Structure for an iterator over a UcxMap. - More...

- -

#include <map.h>

- - - - - - - - - - - -

-Data Fields

UcxMap const * map
 The map to iterate over. More...
 
UcxMapElementcur
 The current map element. More...
 
size_t index
 The current index of the element list array. More...
 
-

Detailed Description

-

Structure for an iterator over a UcxMap.

-

Field Documentation

- -

◆ cur

- -
-
- - - - -
UcxMapElement* UcxMapIterator::cur
-
- -

The current map element.

- -
-
- -

◆ index

- -
-
- - - - -
size_t UcxMapIterator::index
-
- -

The current index of the element list array.

-

Attention: this is NOT the element index! Do NOT manually iterate over the map by increasing this index. Use ucx_map_iter_next().

See also
UcxMap.map
- -
-
- -

◆ map

- -
-
- - - - -
UcxMap const* UcxMapIterator::map
-
- -

The map to iterate over.

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