diff -r 92e482410453 -r d345541018fa docs/api-2.1/structUcxMap.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structUcxMap.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,168 @@ + + +
+ + + + ++ |
+ ucx
+
+ UAP Common Extensions
+ |
+
Structure for the UCX map. + More...
+ +#include <map.h>
+Data Fields | |
UcxAllocator * | allocator |
An allocator that is used for the map elements. More... | |
UcxMapElement ** | map |
The array of map element lists. More... | |
size_t | size |
The size of the map is the length of the element list array. More... | |
size_t | count |
The count of elements currently stored in this map. More... | |
Structure for the UCX map.
+UcxAllocator* UcxMap::allocator | +
An allocator that is used for the map elements.
+ +size_t UcxMap::count | +
The count of elements currently stored in this map.
+ +UcxMapElement** UcxMap::map | +
The array of map element lists.
+ +size_t UcxMap::size | +
The size of the map is the length of the element list array.
+ +