|
| template<class Type > |
| void | xalanc::XalanDestroy (Type &theArg) |
| |
| template<class Type > |
| void | xalanc::XalanDestroy (Type *theArg) |
| |
| template<class Type > |
| void | xalanc::XalanDestroy (MemoryManager &theMemoryManager, Type *theArg) |
| |
| template<class Type > |
| void | xalanc::XalanDestroy (MemoryManager &theMemoryManager, Type &theArg) |
| |
| template<class Type > |
| Type * | xalanc::XalanConstruct (MemoryManager &theMemoryManager, Type *&theInstance) |
| |
| template<class Type , class Param1Type > |
| Type * | xalanc::XalanConstruct (MemoryManager &theMemoryManager, Type *&theInstance, const Param1Type &theParam1) |
| |
| template<class Type , class Param1Type > |
| Type * | xalanc::XalanConstruct (MemoryManager &theMemoryManager, Type *&theInstance, Param1Type &theParam1) |
| |
| template<class Type , class Param1Type , class Param2Type > |
| Type * | xalanc::XalanConstruct (MemoryManager &theMemoryManager, Type *&theInstance, Param1Type &theParam1, const Param2Type &theParam2) |
| |
| template<class Type , class Param1Type , class Param2Type , class Param3Type , class Param4Type > |
| Type * | xalanc::XalanConstruct (MemoryManager &theMemoryManager, Type *&theInstance, const Param1Type *theParam1, const Param2Type *theParam2, const Param3Type *theParam3, Param4Type &theParam4) |
| |
| template<class Type , class Param1Type , class Param2Type , class Param3Type , class Param4Type , class Param5Type , class Param6Type > |
| Type * | xalanc::XalanConstruct (MemoryManager &theMemoryManager, Type *&theInstance, const Param1Type *theParam1, const Param2Type *theParam2, const Param3Type *theParam3, const Param4Type *theParam4, const Param5Type *theParam5, Param6Type &theParam6) |
| |
| template<class Type , class Param1Type , class Param2Type , class Param3Type > |
| Type * | xalanc::XalanConstruct (MemoryManager &theMemoryManager, Type *&theInstance, Param1Type &theParam1, const Param2Type &theParam2, Param3Type &theParam3) |
| |
| template<class Type , class Param1Type , class Param2Type , class Param3Type , class Param4Type , class Param5Type > |
| Type * | xalanc::XalanConstruct (MemoryManager &theMemoryManager, Type *&theInstance, Param1Type &theParam1, Param2Type &theParam2, const Param3Type &theParam3, const Param4Type &theParam4, const Param5Type &theParam5) |
| |
| template<class Type , class Param1Type , class Param2Type , class Param3Type , class Param4Type , class Param5Type , class Param6Type > |
| Type * | xalanc::XalanConstruct (MemoryManager &theMemoryManager, Type *&theInstance, Param1Type &theParam1, Param2Type &theParam2, const Param3Type &theParam3, const Param4Type &theParam4, const Param5Type &theParam5, const Param6Type &theParam6) |
| |
| template<class Type > |
| Type * | xalanc::XalanCopyConstruct (MemoryManager &theMemoryManager, const Type &theSource) |
| |
| template<class Type , class Param1Type > |
| Type * | xalanc::XalanCopyConstruct (MemoryManager &theMemoryManager, const Type &theSource, Param1Type &theParam1) |
| |