![]() |
VR-Forces 4.8 Class Documentation
|

Public Member Functions | |
| DtTranslatableOutputStream (DtOutputStreamBuffer *b, int &globalThresholdRef, int threshold=1, DtPrinter *dflt_printer=0, const std::string &prefix="") | |
| virtual | ~DtTranslatableOutputStream () |
| virtual void | operator() (const char *s,...) |
| Provided to allow printf like syntax. More... | |
Public Member Functions inherited from DtChannelSpecificOutputStream | |
| DtChannelSpecificOutputStream (DtOutputStreamBuffer *b, int &globalThresholdRef, int threshold=1, DtPrinter *dflt_printer=0, const std::string &prefix="") | |
| virtual | ~DtChannelSpecificOutputStream () |
| virtual void | write (const std::string &str) |
| virtual void | setPrefix (const DtString &str) |
| DtOutputStreamBuffer * | getBuffer () |
Static Public Member Functions | |
| static DtChannelSpecificOutputStream * | creator (DtOutputStreamBuffer *b, int &globalThresholdRef, int threshold=1, DtPrinter *dflt_printer=0, const std::string &prefix="") |
Static Public Member Functions inherited from DtChannelSpecificOutputStream | |
| static DtChannelSpecificOutputStream * | creator (DtOutputStreamBuffer *b, int &globalThresholdRef, int threshold=1, DtPrinter *dflt_printer=0, const std::string &prefix="") |
Static Public Member Functions inherited from DtObjectDebugger< DtChannelSpecificOutputStream > | |
| static DtObjectCounter::CounterType | ObjectCount () |
| static const DtObjectContainer * | ObjectContainer () |
Additional Inherited Members | |
Protected Member Functions inherited from DtObjectDebugger< DtChannelSpecificOutputStream > | |
| DtObjectDebugger () | |
| DtObjectDebugger (const DtObjectDebugger &) | |
| ~DtObjectDebugger () | |
Protected Attributes inherited from DtChannelSpecificOutputStream | |
| std::string | myPrefix |
| DtOutputStreamBuffer * | myBuffer |
| DtTranslatableOutputStream::DtTranslatableOutputStream | ( | DtOutputStreamBuffer * | b, |
| int & | globalThresholdRef, | ||
| int | threshold = 1, |
||
| DtPrinter * | dflt_printer = 0, |
||
| const std::string & | prefix = "" |
||
| ) |
|
virtual |
|
virtual |
Provided to allow printf like syntax.
|
static |