#include <MemBufFormatTarget.hpp>
|
|
| MemBufFormatTarget (XMLSize_t initCapacity=1023, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) |
|
| ~MemBufFormatTarget () |
|
virtual void | writeChars (const XMLByte *const toWrite, const XMLSize_t count, XMLFormatter *const formatter) |
|
|
const XMLByte * | getRawBuffer () const |
| Returned the internal raw buffer.
|
|
|
XMLSize_t | getLen () const |
| Returned the length of the raw buffer.
|
|
virtual | ~XMLFormatTarget () |
|
virtual void | writeChars (const XMLByte *const toWrite, const XMLSize_t count, XMLFormatter *const formatter)=0 |
|
virtual void | flush () |
|
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.
|
|
|
void | reset () |
| Reset the internal string buffer.
|
|
◆ MemBufFormatTarget()
◆ ~MemBufFormatTarget()
xercesc::MemBufFormatTarget::~MemBufFormatTarget |
( |
| ) |
|
◆ getLen()
XMLSize_t xercesc::MemBufFormatTarget::getLen |
( |
| ) |
const |
|
inline |
Returned the length of the raw buffer.
◆ getRawBuffer()
const XMLByte * xercesc::MemBufFormatTarget::getRawBuffer |
( |
| ) |
const |
Returned the internal raw buffer.
◆ reset()
void xercesc::MemBufFormatTarget::reset |
( |
| ) |
|
Reset the internal string buffer.
◆ writeChars()
virtual void xercesc::MemBufFormatTarget::writeChars |
( |
const XMLByte *const |
toWrite, |
|
|
const XMLSize_t |
count, |
|
|
XMLFormatter *const |
formatter |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: