Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::XalanDestroyFunctor< Type > Struct Template Reference

#include <xalanc/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 xalanc::XalanDestroyFunctor< Type >

Definition at line 42 of file STLHelper.hpp.

Member Function Documentation

◆ operator()() [1/5]

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

Definition at line 58 of file STLHelper.hpp.

◆ operator()() [2/5]

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

Definition at line 77 of file STLHelper.hpp.

◆ operator()() [3/5]

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

Definition at line 46 of file STLHelper.hpp.

◆ operator()() [4/5]

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

Definition at line 52 of file STLHelper.hpp.

◆ operator()() [5/5]

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

Definition at line 64 of file STLHelper.hpp.


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