AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ toString()

virtual std::string drama::sds::Id::toString ( int  maxlen = 200)
inlinevirtual

Convert the structure to a string.

This method attempts to convert the SDS structure maintained by this Arg object into a string representation.

See also
ArgToString()
Arg::List
Parameters
maxlenThe maximum amount of space in the output string.
Returns
A string representation of the structure.
Examples
argtest.cpp, and dramahello.cpp.

References drama::CreateRunDramaTask(), and DramaTHROW.