Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | List of all members
XalanDestroyFunctor< Type > Struct Template Reference

#include <STLHelper.hpp>

Public Member Functions

void operator() (Type &theArg)
 
void operator() (Type *theArg)
 
void operator() (const Type *theArg)
 
void operator() (Type *theArg, MemoryManager &theMemoryManager)
 
void operator() (const Type *theArg, MemoryManager &theMemoryManager)
 

Detailed Description

template<class Type>
struct XalanDestroyFunctor< Type >

Definition at line 42 of file STLHelper.hpp.

Member Function Documentation

◆ operator()() [1/5]

template<class Type >
void XalanDestroyFunctor< Type >::operator() ( Type &  theArg)
inline

Definition at line 46 of file STLHelper.hpp.

◆ operator()() [2/5]

template<class Type >
void XalanDestroyFunctor< Type >::operator() ( Type *  theArg)
inline

Definition at line 52 of file STLHelper.hpp.

◆ operator()() [3/5]

template<class Type >
void XalanDestroyFunctor< Type >::operator() ( const Type *  theArg)
inline

Definition at line 58 of file STLHelper.hpp.

◆ operator()() [4/5]

template<class Type >
void XalanDestroyFunctor< Type >::operator() ( Type *  theArg,
MemoryManager &  theMemoryManager 
)
inline

Definition at line 64 of file STLHelper.hpp.

◆ operator()() [5/5]

template<class Type >
void XalanDestroyFunctor< Type >::operator() ( const Type *  theArg,
MemoryManager &  theMemoryManager 
)
inline

Definition at line 77 of file STLHelper.hpp.


The documentation for this struct was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo