AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ Put() [1/5]

void drama::sds::Id::Put ( const std::string &  name,
const std::string &  value,
const std::string &  extraData = "" 
)
inline

Insert a string value into a named component of the structure.

Specialization for putting an std::string item into a structure Needed because we can't get this right using the template Put.

Parameters
nameThe name of the item within the SDS structure.
valueThe value to be inserted.
extraDataIf not an empty string, then this value is put as the SDS extra string associated with this item.

References drama::CreateRunDramaTask(), DramaTHROW_S, and Find().