This class provides mutable access to a datum array. The users of this class can read from and assign to the individual elements as well as change the length of the array.
Declared in <bdld_datum.h>
class DatumMutableArrayRef;
| Name | Description |
|---|---|
SizeType | SizeType is an alias for an unsigned integral value, representing the capacity of a datum array. |
| Name | Description |
|---|---|
DatumMutableArrayRef [constructor] | Constructors |
allocatedPtr | Return pointer to the memory allocated for the array. |
capacity | Return the allocated capacity of the array. |
data | Return pointer to the first element of the held array. |
length | Return pointer to the length of the array. |