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.