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

◆ Get() [23/24]

void Arg::Get ( const std::string &  name,
unsigned short *  value,
StatusType *const  status 
) const
inline

Fetch an unsigned short integer 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 an unsigned short integer, if possible.

Remarks
Only available if the marcro DRAMA_ALLOW_CPP_STDLIB is defined.
See also
ArgGetus()
Parameters
nameThe name of the item within the SDS structure.
valueThe value returned is written here.
statusInherited status.