![]() |
VR-Forces Developer's Guide
|

Public Member Functions | |
| DtTranslatableOutputStream (DtOutputStreamBuffer *b, int &globalThresholdRef, int threshold=1, DtPrinter *default_printer=0, const std::string &prefix="") | |
| virtual | ~DtTranslatableOutputStream () |
| virtual void | operator() (const char *s,...) |
| DtOutputStreamBuffer * | buffer () |
Public Member Functions inherited from DtChannelSpecificOutputStream | |
| DtChannelSpecificOutputStream (DtOutputStreamBuffer *b, int &globalThresholdRef, int threshold=1, DtPrinter *default_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 *default_printer=0, const std::string &prefix="") |
Static Public Member Functions inherited from DtChannelSpecificOutputStream | |
| static DtChannelSpecificOutputStream * | creator (DtOutputStreamBuffer *b, int &globalThresholdRef, int threshold=1, DtPrinter *default_printer=0, const std::string &prefix="") |
Additional Inherited Members | |
Protected Attributes inherited from DtChannelSpecificOutputStream | |
| std::string | myPrefix |
| DtOutputStreamBuffer * | myBuffer |
| DtTranslatableOutputStream::DtTranslatableOutputStream | ( | DtOutputStreamBuffer * | b, |
| int & | globalThresholdRef, | ||
| int | threshold = 1, |
||
| DtPrinter * | default_printer = 0, |
||
| const std::string & | prefix = "" |
||
| ) |
Constructor takes a pointer to a variable to use to check against a global threshold. Each DtOutputStreamBuffer needs to also have a unique DtOutputStreamBuffer which should be created before the DtOutputStream that uses it is created.
|
virtual |
|
static |
Static creation method.
|
virtual |
Provided to allow printf like syntax.
Reimplemented from DtChannelSpecificOutputStream.
|
inline |