diff -r 92e482410453 -r d345541018fa docs/api-2.1/structUcxMapElement.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structUcxMapElement.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,149 @@ + + +
+ + + + ++ |
+ ucx
+
+ UAP Common Extensions
+ |
+
Structure for an element of a UcxMap. + More...
+ +#include <map.h>
+Data Fields | |
void * | data |
The value data. More... | |
UcxMapElement * | next |
A pointer to the next element in the current list. More... | |
struct UcxMapKey | key |
The corresponding key. More... | |
Structure for an element of a UcxMap.
+void* UcxMapElement::data | +
The value data.
+ +struct UcxMapKey UcxMapElement::key | +
The corresponding key.
+ +UcxMapElement* UcxMapElement::next | +
A pointer to the next element in the current list.
+ +