DtPrinter is an abstract base class which provides an interface for output.
More...
Detailed Description
DtPrinter is an abstract base class which provides an interface for output.
All informational output in VR-Link goes through a DtOutputStream. The DtOutputStream then calls DtPrinter::write() which sends i the text to output. Users may overload DtPrinter to direct that output to a different place.
Constructor & Destructor Documentation
| DtPrinter::~DtPrinter |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| virtual void DtPrinter::write |
( |
const std::string & |
str, |
|
|
int |
notify_level |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: