Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

DeleteFunctor Template Struct Reference

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

#include <STLHelper.hpp>

Inheritance diagram for DeleteFunctor

Inheritance graph

[legend]
Collaboration diagram for DeleteFunctor:

Collaboration graph

[legend]
List of all members.

Public Types

Public Methods


Detailed Description

template<class T> template struct DeleteFunctor

Functor to delete objects, used in STL iteration algorithms.


Member Typedef Documentation

template<classT>
typedef std::unary_function<const T*, void> DeleteFunctor<T>::BaseClassType
 

template<classT>
typedef BaseClassType::argument_type DeleteFunctor<T>::argument_type
 

template<classT>
typedef BaseClassType::result_type DeleteFunctor<T>::result_type
 


Member Function Documentation

template<classT>
result_type DeleteFunctor<T>::operator() ( argument_type thePointer ) const []
 

Delete the object pointed to by argument.

Parameters:
thePointer   pointer 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.

Xalan-C++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.