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

◆ Put() [1/3]

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

Insert a char * (string) value into the parameter.

Specialization for putting a char * 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.