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

◆ Get() [14/25]

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

Fetch a boolean value from a named parameter.

If the named parameter exists, then fetch its value and convert it to a boolean, if possible.

Note that SDS does not directly support boolean values, so an integer representation is used internally and converted to bool.

Remarks
Only available if the macro DRAMA_ALLOW_CPP_STDLIB is defined.
See also
SdpGetus()
Parameters
nameThe name of the parameter.
valueThe value returned is written here.
statusInherited status.