Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
TempForwarder Class Reference

#include <Streams.h>

+ Inheritance diagram for TempForwarder:

Public Types

typedef std::unique_ptr
< TempForwarder
next_ptr
 

Public Member Functions

 TempForwarder (COutStream &stream, next_ptr &next)
 
- Public Member Functions inherited from COutStream
void Notify (COutStream &master)
 
void DontNotify (COutStream &master)
 
 COutStream ()
 
virtual ~COutStream ()
 
void Flush ()
 
COutStreamoperator<< (const endl_tag &)
 
COutStreamoperator<< (const std::string &string)
 
COutStreamoperator<< (const std::wstring &string)
 
COutStreamoperator<< (const char *string)
 
COutStreamoperator<< (const wchar_t *string)
 
COutStreamoperator<< (wchar_t c)
 
COutStreamoperator<< (DWORD number)
 
COutStreamoperator<< (int number)
 
COutStreamoperator<< (double number)
 
void print (const char *format,...)
 
void wprint (const wchar_t *format,...)
 

Static Public Member Functions

static next_ptr end_point (COutStream &stream)
 
static next_ptr mid_point (COutStream &stream, next_ptr &next)
 

Protected Member Functions

bool Write (const std::wstring &str) override
 
std::unique_ptr< COutStreamclone () const override
 
- Protected Member Functions inherited from COutStream
virtual void AppendData (const std::wstring &str)
 
virtual void AppendData (wchar_t c)
 
virtual void Reserve (size_t size)
 

Additional Inherited Members

- Public Attributes inherited from COutStream
bool no_flush
 
std::set< COutStream * > masters
 

Member Typedef Documentation

typedef std::unique_ptr<TempForwarder> TempForwarder::next_ptr

Constructor & Destructor Documentation

TempForwarder::TempForwarder ( COutStream stream,
next_ptr next 
)
inline

Member Function Documentation

std::unique_ptr<COutStream> TempForwarder::clone ( ) const
inlineoverrideprotectedvirtual

Implements COutStream.

static next_ptr TempForwarder::end_point ( COutStream stream)
inlinestatic
static next_ptr TempForwarder::mid_point ( COutStream stream,
next_ptr next 
)
inlinestatic
bool TempForwarder::Write ( const std::wstring &  str)
inlineoverrideprotectedvirtual

Implements COutStream.


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