Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.6

Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

DeleteFunctor< T > Struct Template Reference

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

List of all members.

Public Types

Public Member Functions


Detailed Description

template<class T>
struct DeleteFunctor< T >

Functor to delete objects, used in STL iteration algorithms.


Member Typedef Documentation

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

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

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


Member Function Documentation

template<class T>
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++ XSLT Processor Version 1.6
Copyright © 2000, 2001, 2002, 2003 The Apache Software Foundation. All Rights Reserved.