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

◆ Print()

virtual void drama::sds::PrintObjectCR::Print ( const std::string &  line) const
pure virtual

Method invoked to print one line of an SDS listing.

This version is used when the print object was supplied to "List" by const reference. The PrintObjectCR object can not be changed.

Parameters
lineThe line to output.

Implemented in drama::SdsListToUserObj, and drama::thread::TSdsListToUserObj.