VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
DtChannelSpecificOutputStream Class Reference
Inheritance diagram for DtChannelSpecificOutputStream:
Inheritance graph
[legend]

Public Member Functions

 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 operator() (const char *s,...)
 
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="")
 

Protected Attributes

std::string myPrefix
 
DtOutputStreamBuffer * myBuffer
 

Constructor & Destructor Documentation

DtChannelSpecificOutputStream::DtChannelSpecificOutputStream ( DtOutputStreamBuffer *  b,
int globalThresholdRef,
int  threshold = 1,
DtPrinter default_printer = 0,
const std::string &  prefix = "" 
)
inline

Referenced by creator().

virtual DtChannelSpecificOutputStream::~DtChannelSpecificOutputStream ( )
inlinevirtual

Member Function Documentation

virtual void DtChannelSpecificOutputStream::write ( const std::string &  str)
inlinevirtual

Reimplemented in DtThreadsafeOutputStream.

References myPrefix.

virtual void DtChannelSpecificOutputStream::operator() ( const char s,
  ... 
)
inlinevirtual

This is a copy of DtOutputStream::operator() until the write().

Reimplemented in DtTranslatableOutputStream.

References myPrefix.

virtual void DtChannelSpecificOutputStream::setPrefix ( const DtString str)
inlinevirtual

References myPrefix.

DtOutputStreamBuffer* DtChannelSpecificOutputStream::getBuffer ( )
inline

References myBuffer.

static DtChannelSpecificOutputStream* DtChannelSpecificOutputStream::creator ( DtOutputStreamBuffer *  b,
int globalThresholdRef,
int  threshold = 1,
DtPrinter default_printer = 0,
const std::string &  prefix = "" 
)
inlinestatic

Member Data Documentation

std::string DtChannelSpecificOutputStream::myPrefix
protected

Referenced by operator()(), setPrefix(), and write().

DtOutputStreamBuffer* DtChannelSpecificOutputStream::myBuffer
protected

Referenced by getBuffer().


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

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)