VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DtStderrPrinter Class Reference

class DtStderrPrinter is a subclass of DtPrinter which copies all input received from DtOutputStream to the systems standard error device. More...

+ Inheritance diagram for DtStderrPrinter:
+ Collaboration diagram for DtStderrPrinter:

Public Member Functions

 DtStderrPrinter ()
 Default CTOR.
virtual ~DtStderrPrinter ()
 Virtual DTOR.
virtual void write (const std::string &st, int notify_level, bool newLine)
 Writes the latest data to stderr.
- Public Member Functions inherited from DtPrinter
 DtPrinter ()
 Default CTOR.
 DtPrinter (const DtPrinter &)
 Copy CTOR.
virtual ~DtPrinter ()
 Virtual DTOR.

Protected Attributes

DtMutex myLock

Detailed Description

class DtStderrPrinter is a subclass of DtPrinter which copies all input received from DtOutputStream to the systems standard error device.

Constructor & Destructor Documentation

DtStderrPrinter::DtStderrPrinter ( )
inline

Default CTOR.

DtStderrPrinter::~DtStderrPrinter ( )
inlinevirtual

Virtual DTOR.

Member Function Documentation

virtual void DtStderrPrinter::write ( const std::string &  st,
int  notify_level,
bool  newLine 
)
virtual

Writes the latest data to stderr.

Implements DtPrinter.

Member Data Documentation

DtMutex DtStderrPrinter::myLock
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)