Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


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

Functor to delete objects, used in STL iteration algorithms. More...

#include <STLHelper.hpp>

Inherits unary_function< const Type *, void >.

Public Types

typedef std::unary_function< const Type *, void > BaseClassType
 
typedef BaseClassType::result_type result_type
 
typedef BaseClassType::argument_type argument_type
 

Public Member Functions

 DeleteFunctor (MemoryManager &theManager)
 
result_type operator() (argument_type thePointer) const
 Delete the object pointed to by argument. More...
 

Detailed Description

template<class Type>
struct DeleteFunctor< Type >

Functor to delete objects, used in STL iteration algorithms.

Definition at line 103 of file STLHelper.hpp.

Member Typedef Documentation

◆ argument_type

template<class Type>
typedef BaseClassType::argument_type DeleteFunctor< Type >::argument_type

Definition at line 113 of file STLHelper.hpp.

◆ BaseClassType

template<class Type>
typedef std::unary_function<const Type*, void> DeleteFunctor< Type >::BaseClassType

Definition at line 109 of file STLHelper.hpp.

◆ result_type

template<class Type>
typedef BaseClassType::result_type DeleteFunctor< Type >::result_type

Definition at line 112 of file STLHelper.hpp.

Constructor & Destructor Documentation

◆ DeleteFunctor()

template<class Type>
DeleteFunctor< Type >::DeleteFunctor ( MemoryManager &  theManager)
inline

Definition at line 115 of file STLHelper.hpp.

Member Function Documentation

◆ operator()()

template<class Type>
result_type DeleteFunctor< Type >::operator() ( argument_type  thePointer) const
inline

Delete the object pointed to by argument.

Parameters
thePointerpointer to object to be deleted

Definition at line 126 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