diff -r 92e482410453 -r d345541018fa docs/api-2.1/structUcxMapIterator.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structUcxMapIterator.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,150 @@ + + +
+ + + + ++ |
+ ucx
+
+ UAP Common Extensions
+ |
+
Structure for an iterator over a UcxMap. + More...
+ +#include <map.h>
+Data Fields | |
UcxMap const * | map |
The map to iterate over. More... | |
UcxMapElement * | cur |
The current map element. More... | |
size_t | index |
The current index of the element list array. More... | |
Structure for an iterator over a UcxMap.
+UcxMapElement* UcxMapIterator::cur | +
The current map element.
+ +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().
UcxMap const* UcxMapIterator::map | +
The map to iterate over.
+ +