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

◆ Get() [1/24]

void Arg::Get ( const char *  name,
bool *  value,
StatusType *const  status 
) const
inline

Insert a char * string into a named component of the Arg structure.

The named item is created in the current structure if it does not already exist (array of SDS type SDS_CHAR) and the specified value inserted. If the name item already exists, then the value is converted to that type (if possible) and inserted.

See also
ArgPutString()
Parameters
nameThe name of the item within the SDS structure.
valueThe value to be inserted. Must be a null terminated string. Note that the null termination is considered part of the string to be inserted.
statusInherited status. Fetch a boolean value from a named component of the Arg structure.

If the named item exists within the ARG structure then fetch its value and convert it to a bool, if possible.

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

See also
ArgGetus()
Parameters
nameThe name of the item within the SDS structure.
valueThe value returned is written here.
statusInherited status.

Referenced by Get(), Get(), and Get().