|
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.
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
XMLBufBid::~XMLBufBid (
|
) []
|
|
Member Function Documentation
void XMLBufBid::append (
|
const XMLCh * const toAppend,
|
|
unsigned int count = 0 ) []
|
|
void XMLBufBid::append (
|
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::reset (
|
) []
|
|
void XMLBufBid::set (
|
const XMLCh * const chars,
|
|
unsigned int count = 0 ) []
|
|
The documentation for this class was generated from the following file:
|