AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ Put() [5/25]

static void Sdp::Put ( const char *  name,
const std::string &  value,
StatusType *  status 
)
inlinestatic

Put a character string value into a named parameter.

The the value is converted to the type of the parameter and (if possible) and inserted.

Remarks
Only available if the macro DRAMA_ALLOW_CPP_STDLIB is defined.
See also
SdpPutString()
Parameters
nameThe name of the parameter.
valueThe value to be inserted. The null terminated string extracted form this is what is inserted.
statusInherited status.