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

◆ List() [5/5]

virtual void drama::sds::Id::List ( std::ostream &  strm,
int  lineMaxLen = 100 
) const
virtual

List the contents of the structure to an output stream.

See also
SdsList()
Parameters
strmThe stream to output the listing too.
lineMaxLenA maximum length for each line. Due to the structure of the underlying code, you need so specify this and may want to set it appropriately for your terminal width or similar.