22 DtPrinter* default_printer = 0,
const std::string& prefix =
"" );
28 DtPrinter* default_printer = 0,
const std::string& prefix =
"" );
33 virtual void operator() (
const char* s, ... )
override;
35 DtOutputStreamBuffer*
buffer() {
return myStreamBuf; }
virtual void operator()(const char *s,...) override
This is a copy of DtOutputStream::operator() until the write().
Definition: outputChannelManager.h:192
Definition: outputChannelManager.h:161
Represents a single simulation object in the exercise. Object may be VRF simulation, or non-VRF simulated, and may be simulated by the local sim engine, or by a remote sim engine. Only public (external) state of the object is available. All data is read-only. All access to data of the object is thread safe within the simulation frame.
Definition: simObject.h:80
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
Definition: translatableOutputStream.h:16
static DtChannelSpecificOutputStream * creator(DtOutputStreamBuffer *b, int &globalThresholdRef, int threshold=1, DtPrinter *default_printer=0, const std::string &prefix="")
Definition: outputChannelManager.h:238
DtOutputStreamBuffer * buffer()
Definition: translatableOutputStream.h:35
Contains the DtOutputChannelManager class declaration.