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

◆ Arg() [2/5]

Arg::Arg ( bool  ,
StatusType *const  status,
const char *const  name = "ArgStructure" 
)
inline

Arg constructor which creates a new SDS structure.

This Arg contructor creates a new top level SDS item.

The first argument is just used to make this constructors argument list unique in all cases.

See also
ArgNew()
Parameters
flagIgnored, but used to distinguish this constructor from other constructors.
statusInherited status.
nameThe name for the structure. The default is what is normally supplied by the ArgNew() function, but any name acceptable to SDS can be specified.