| Xerces-C++
    3.1.2
    | 
 
  
 | Public Member Functions | |
| OutOfMemoryException () | |
| ~OutOfMemoryException () | |
| XMLExcepts::Codes | getCode () const | 
| const XMLCh * | getMessage () const | 
| const XMLCh * | getType () const | 
| const char * | getSrcFile () const | 
| XMLFileLoc | getSrcLine () const | 
| OutOfMemoryException (const OutOfMemoryException &toCopy) | |
| OutOfMemoryException & | operator= (const OutOfMemoryException &toAssign) | 
|  Public Member Functions inherited from XMemory | |
| void * | operator new (size_t size) | 
| This method overrides operator new.  More... | |
| 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.  More... | |
| void * | operator new (size_t size, void *ptr) | 
| This method overrides placement operator new.  More... | |
| void | operator delete (void *p) | 
| This method overrides operator delete.  More... | |
| void | operator delete (void *p, MemoryManager *memMgr) | 
| This method provides a matching delete for the custom operator new.  More... | |
| void | operator delete (void *p, void *ptr) | 
| This method provides a matching delete for the placement new.  More... | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from XMemory | |
| XMemory () | |
| Protected default constructor.  More... | |
| OutOfMemoryException::OutOfMemoryException | ( | ) | 
| OutOfMemoryException::~OutOfMemoryException | ( | ) | 
| OutOfMemoryException::OutOfMemoryException | ( | const OutOfMemoryException & | toCopy | ) | 
| XMLExcepts::Codes OutOfMemoryException::getCode | ( | ) | const | 
| const XMLCh * OutOfMemoryException::getMessage | ( | ) | const | 
| const char * OutOfMemoryException::getSrcFile | ( | ) | const | 
| XMLFileLoc OutOfMemoryException::getSrcLine | ( | ) | const | 
| const XMLCh * OutOfMemoryException::getType | ( | ) | const | 
| OutOfMemoryException & OutOfMemoryException::operator= | ( | const OutOfMemoryException & | toAssign | ) | 
 1.8.9.1
 1.8.9.1