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

◆ Put() [2/3]

void drama::ParSys::Put ( const std::string &  name,
const std::string &  value 
)

Insert a string value into the parameter.

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

Parameters
nameName of the parameter to set..
valueThe new value for the parameter.