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: UcxMap Struct Reference - - - - - - - - - -
-
- - - - - - - -
-
ucx -
-
UAP Common Extensions
-
-
- - - - - - - - -
-
- - -
- -
- -
-
-
-Data Fields
-
-
UcxMap Struct Reference
-
-
- -

Structure for the UCX map. - More...

- -

#include <map.h>

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

-Data Fields

UcxAllocatorallocator
 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...
 
-

Detailed Description

-

Structure for the UCX map.

-

Field Documentation

- -

◆ allocator

- -
-
- - - - -
UcxAllocator* UcxMap::allocator
-
- -

An allocator that is used for the map elements.

- -
-
- -

◆ count

- -
-
- - - - -
size_t UcxMap::count
-
- -

The count of elements currently stored in this map.

- -
-
- -

◆ map

- -
-
- - - - -
UcxMapElement** UcxMap::map
-
- -

The array of map element lists.

- -
-
- -

◆ size

- -
-
- - - - -
size_t UcxMap::size
-
- -

The size of the map is the length of the element list array.

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