Constructors
Declared in <bdld_datum.h>
Create a DatumMutableMapOwningKeysRef object.
DatumMutableMapOwningKeysRef();
» more...
Create a mutable view of a key-owning datum map.
DatumMutableMapOwningKeysRef(
DatumMapEntry* data,
SizeType* size,
SizeType allocatedSize,
char* keys,
bool* sorted);
» more...
| Name | Description |
|---|---|
| data | pointer to the map entries |
| size | pointer to the map size |
| allocatedSize | number of bytes allocated for the map |
| keys | pointer to the key storage buffer |
| sorted | pointer to the sorted flag |