Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Types | Public Member Functions | List of all members
XalanTransformer::DeleteParamPairFunctor< T > Struct Template Reference
Inheritance diagram for XalanTransformer::DeleteParamPairFunctor< T >:
unary_function

Public Types

typedef std::unary_function< T
&, void > 
BaseClassType
typedef BaseClassType::result_type result_type
typedef
BaseClassType::argument_type 
argument_type

Public Member Functions

 DeleteParamPairFunctor (MemoryManagerType &theManager)
template<class PtrT >
void deletePtr (PtrT *ptr) const
result_type operator() (argument_type thePair) const
 Delete the object pointed to by argument.

Member Typedef Documentation

template<class T >
typedef BaseClassType::argument_type XalanTransformer::DeleteParamPairFunctor< T >::argument_type
template<class T >
typedef std::unary_function<T&, void> XalanTransformer::DeleteParamPairFunctor< T >::BaseClassType
template<class T >
typedef BaseClassType::result_type XalanTransformer::DeleteParamPairFunctor< T >::result_type

Constructor & Destructor Documentation

Member Function Documentation

template<class T >
template<class PtrT >
void XalanTransformer::DeleteParamPairFunctor< T >::deletePtr ( PtrT *  ptr) const
template<class T >
result_type XalanTransformer::DeleteParamPairFunctor< T >::operator() ( argument_type  thePair) const

Delete the object pointed to by argument.

Parameters
thePointerpointer to object to be deleted

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.

dot

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

Apache Logo