diff -r 7dfa5bcf39ee -r 88a9ee79c102 docs/api-2.1/structUcxMap.html --- a/docs/api-2.1/structUcxMap.html Wed Jan 22 21:02:46 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,168 +0,0 @@ - - -
- - - - -- |
- 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.
- -