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: