|
GME
13
|
Go to the source code of this file.
Functions | |
| static void * | getExternalMemory (MemoryManager *const allocator, XMLSize_t const sizeToAllocate) |
| static void | returnExternalMemory (MemoryManager *const allocator, void *buffer) |
Variables | |
| static XERCES_CPP_NAMESPACE_BEGIN const int | BASELENGTH = 255 |
| static const int | FOURBYTE = 4 |
| static void* getExternalMemory | ( | MemoryManager *const | allocator, |
| XMLSize_t const | sizeToAllocate | ||
| ) | [static] |
Definition at line 96 of file Base64.cpp.
| static void returnExternalMemory | ( | MemoryManager *const | allocator, |
| void * | buffer | ||
| ) | [static] |
Definition at line 106 of file Base64.cpp.
XERCES_CPP_NAMESPACE_BEGIN const int BASELENGTH = 255 [static] |
Definition at line 32 of file Base64.cpp.
Definition at line 33 of file Base64.cpp.
1.7.6.1