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

Structure for an element of a UcxMap. - More...

- -

#include <map.h>

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

-Data Fields

void * data
 The value data. More...
 
UcxMapElementnext
 A pointer to the next element in the current list. More...
 
struct UcxMapKey key
 The corresponding key. More...
 
-

Detailed Description

-

Structure for an element of a UcxMap.

-

Field Documentation

- -

◆ data

- -
-
- - - - -
void* UcxMapElement::data
-
- -

The value data.

- -
-
- -

◆ key

- -
-
- - - - -
struct UcxMapKey UcxMapElement::key
-
- -

The corresponding key.

- -
-
- -

◆ next

- -
-
- - - - -
UcxMapElement* UcxMapElement::next
-
- -

A pointer to the next element in the current list.

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