|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XMLBufBid Class ReferenceXMLBufBid is a scoped based janitor that allows the scanner code to ask for a buffer on a scoped basis and then insure that it gets freed back into the pool no matter how the scope is exited (exception or normal exit.).
More...
#include <XMLBufferMgr.hpp>
Collaboration diagram for XMLBufBid:
List of all members. Public Methods
Detailed Description
XMLBufBid is a scoped based janitor that allows the scanner code to ask for a buffer on a scoped basis and then insure that it gets freed back into the pool no matter how the scope is exited (exception or normal exit.).
Constructor & Destructor Documentation
Member Function Documentation
void XMLBufBid::append (
|
const XMLCh * const toAppend, |
|
const unsigned int count = 0) |
|
void XMLBufBid::append (
|
const XMLCh toAppend) |
|
const XMLBuffer & XMLBufBid::getBuffer () const |
|
unsigned int XMLBufBid::getLen () const |
|
XMLCh * XMLBufBid::getRawBuffer () |
|
const XMLCh * XMLBufBid::getRawBuffer () const |
|
bool XMLBufBid::isEmpty () |
|
void XMLBufBid::set (
|
const XMLCh * const chars, |
|
const unsigned int count = 0) |
|
The documentation for this class was generated from the following file:
|