#include <StringPool.hpp>
StringPool::~StringPool |
( |
| ) |
|
void StringPool::dumpStatistics |
( |
| ) |
const |
unsigned int StringPool::getCount |
( |
| ) |
const |
|
inline |
unsigned int StringPool::getHits |
( |
| ) |
const |
|
inline |
unsigned int StringPool::getMisses |
( |
| ) |
const |
|
inline |
const XMLCh* StringPool::getPooledString |
( |
const XMLCh * |
src | ) |
|
Returns a copy of the given string.
const XMLCh* StringPool::getPooledString |
( |
const XMLCh * |
src, |
|
|
unsigned int |
length |
|
) |
| |
Returns a copy of the given string, with given length.
const XMLCh* StringPool::getPooledString |
( |
const char * |
src | ) |
|
Returns a copy of the transcoding of the given string.
unsigned int StringPool::getTooBig |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: