This class provides a mutable access to a datum int‐map. The users of this class can assign to the individual elements and also change the size of the map.
Synopsis
Declared in <bdld_datum.h>
class DatumMutableIntMapRef;
Type Aliases
Name |
Description |
|
Member Functions
Name |
Description |
|
Constructors |
Return pointer to the memory allocated for the map. |
|
Return pointer to the first element in the (held) map. |
|
Return pointer to the location where the (held) map's size is stored. |
|
Return pointer to the location where the (held) map's sorted flag is stored. |
Created with MrDocs