|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inline |
Put data into an SDS item.
This method put the data into an SDS item. The data is copied into the specified buffer.
Note that data from nested structures is also copied. Please see the SDS manual for more details on Put operations.
| T | The type of the data item. TThis needs to be a of standard layout (Plain old data) types, if not, compile will fail with a static assertion. |
| length | The length of the data to put. |
| data | The buffer of the data, must of of size length or greater. |
| offset | An offset into the SDS structure to start putting the data from. By elements. |
References drama::CreateRunDramaTask(), and DramaTHROW.
Referenced by AddToArgCmdStruct().