SourceForge.net Logo
xercesc::StdOutFormatTarget Class Reference

#include <StdOutFormatTarget.hpp>

Inheritance diagram for xercesc::StdOutFormatTarget:

constructors and destructor

 StdOutFormatTarget ()
 ~StdOutFormatTarget ()
virtual void writeChars (const XMLByte *const toWrite, const XMLSize_t count, XMLFormatter *const formatter)
virtual void flush ()

Additional Inherited Members

Public Member Functions inherited from xercesc::XMLFormatTarget
virtual ~XMLFormatTarget ()
Public Member Functions inherited from xercesc::XMemory
void * operator new (size_t size)
 This method overrides operator new.
void * operator new (size_t size, MemoryManager *memMgr)
 This method defines a custom operator new, that will use the provided memory manager to perform the allocation.
void * operator new (size_t size, void *ptr)
 This method overrides placement operator new.
void operator delete (void *p)
 This method overrides operator delete.
void operator delete (void *p, MemoryManager *memMgr)
 This method provides a matching delete for the custom operator new.
void operator delete (void *p, void *ptr)
 This method provides a matching delete for the placement new.
Protected Member Functions inherited from xercesc::XMLFormatTarget
 XMLFormatTarget ()
Protected Member Functions inherited from xercesc::XMemory
 XMemory ()
 Protected default constructor.

Constructor & Destructor Documentation

◆ StdOutFormatTarget()

xercesc::StdOutFormatTarget::StdOutFormatTarget ( )

Referenced by flush().

◆ ~StdOutFormatTarget()

xercesc::StdOutFormatTarget::~StdOutFormatTarget ( )

Member Function Documentation

◆ flush()

virtual void xercesc::StdOutFormatTarget::flush ( )
virtual

Reimplemented from xercesc::XMLFormatTarget.

References StdOutFormatTarget().

◆ writeChars()

virtual void xercesc::StdOutFormatTarget::writeChars ( const XMLByte *const toWrite,
const XMLSize_t count,
XMLFormatter *const formatter )
virtual

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