Go to the source code of this file.
| #define XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR XALAN_DEFAULT_CONSTRUCTOR_MEMORY_MGR |
| #define XALAN_DEFAULT_CONSTRUCTOR_MEMORY_MGR = XalanMemMgrs::getDefaultXercesMemMgr() |
| #define XALAN_DEFAULT_MEMMGR = XalanMemMgrs::getDefaultXercesMemMgr() |
| #define XALAN_USES_MEMORY_MANAGER | ( | Type | ) |
Value:
template<> \ struct MemoryManagedConstructionTraits<Type> \ { \ typedef ConstructWithMemoryManager<Type> Constructor; \ };
| #define XALANMEMORYMANAGEMENT_HEADER_GUARD_1357924680 |
| Type* XalanConstruct | ( | MemoryManager & | theMemoryManager, | |
| Type *& | theInstance, | |||
| Param1Type & | theParam1, | |||
| Param2Type & | theParam2, | |||
| const Param3Type & | theParam3, | |||
| const Param4Type & | theParam4, | |||
| const Param5Type & | theParam5, | |||
| const Param6Type & | theParam6 | |||
| ) |
| Type* XalanConstruct | ( | MemoryManager & | theMemoryManager, | |
| Type *& | theInstance, | |||
| Param1Type & | theParam1, | |||
| Param2Type & | theParam2, | |||
| const Param3Type & | theParam3, | |||
| const Param4Type & | theParam4, | |||
| const Param5Type & | theParam5 | |||
| ) |
| Type* XalanConstruct | ( | MemoryManager & | theMemoryManager, | |
| Type *& | theInstance, | |||
| Param1Type & | theParam1, | |||
| const Param2Type & | theParam2, | |||
| Param3Type & | theParam3 | |||
| ) |
| Type* XalanConstruct | ( | MemoryManager & | theMemoryManager, | |
| Type *& | theInstance, | |||
| Param1Type & | theParam1, | |||
| const Param2Type & | theParam2 | |||
| ) |
| Type* XalanConstruct | ( | MemoryManager & | theMemoryManager, | |
| Type *& | theInstance, | |||
| Param1Type & | theParam1 | |||
| ) |
| Type* XalanConstruct | ( | MemoryManager & | theMemoryManager, | |
| Type *& | theInstance, | |||
| const Param1Type & | theParam1 | |||
| ) |
| Type* XalanConstruct | ( | MemoryManager & | theMemoryManager, | |
| Type *& | theInstance | |||
| ) |
| Type* XalanCopyConstruct | ( | MemoryManager & | theMemoryManager, | |
| const Type & | theSource, | |||
| Param1Type & | theParam1 | |||
| ) |
| Type* XalanCopyConstruct | ( | MemoryManager & | theMemoryManager, | |
| const Type & | theSource | |||
| ) |
| void XalanDestroy | ( | MemoryManager & | theMemoryManager, | |
| Type & | theArg | |||
| ) |
| void XalanDestroy | ( | MemoryManager & | theMemoryManager, | |
| Type * | theArg | |||
| ) |
| void XalanDestroy | ( | Type * | theArg | ) |
| void XalanDestroy | ( | Type & | theArg | ) |
| XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|