|
|
Set the provided position to the value. Applies to string valued data, and element valued data of which the range is not a subset of Integers.
virtual void setValue(const Tuple& pos, const char* value) = 0;
|
Parameters |
Description |
|
const Tuple& pos |
The position to write on. |
|
const char* value |
The value to write. |