Xerces-C++
3.1.3
|
Public Member Functions | |
MemoryManager * | getMemoryManager () const |
Virtual destructor for derived classes | |
virtual | ~XMLGrammarDescription () |
virtual destructor | |
The Grammar Description Interface | |
virtual Grammar::GrammarType | getGrammarType () const =0 |
getGrammarType | |
virtual const XMLCh * | getGrammarKey () const =0 |
getGrammarKey | |
![]() | |
void * | operator new (size_t size) |
This method overrides operator new. | |
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. | |
void * | operator new (size_t size, void *ptr) |
This method overrides placement operator new. | |
void | operator delete (void *p) |
This method overrides operator delete. | |
void | operator delete (void *p, MemoryManager *memMgr) |
This method provides a matching delete for the custom operator new. | |
void | operator delete (void *p, void *ptr) |
This method provides a matching delete for the placement new. |
Protected Member Functions | |
XMLGrammarDescription (MemoryManager *const memMgr=XMLPlatformUtils::fgMemoryManager) | |
Hidden Constructors. | |
![]() | |
XMemory () | |
Protected default constructor. |
|
virtual |
virtual destructor
|
protected |
Hidden Constructors.
|
pure virtual |
getGrammarKey
|
pure virtual |
getGrammarType
Implemented in XMLSchemaDescription, and XMLDTDDescription.
MemoryManager * XMLGrammarDescription::getMemoryManager | ( | ) | const |