Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

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

MapValueDeleteFunctor Struct Template Reference

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

#include <STLHelper.hpp>

Inheritance diagram for MapValueDeleteFunctor:

Inheritance graph
[legend]
Collaboration diagram for MapValueDeleteFunctor:

Collaboration graph
[legend]
List of all members.

Public Types

Public Methods


Detailed Description

template<class T> struct MapValueDeleteFunctor

Functor to delete value objects in maps, used in STL iteration algorithms.


Member Typedef Documentation

template<class T>
typedef std::unary_function< const typename T::value_type &, void > MapValueDeleteFunctor<T>::BaseClassType<const typename T::value_type&, void>
 

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

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


Constructor & Destructor Documentation

template<class T>
MapValueDeleteFunctor<T>::MapValueDeleteFunctor<T> ( MemoryManagerType & theManager )
 


Member Function Documentation

template<class T>
result_type MapValueDeleteFunctor<T>::operator() ( argument_type thePair ) const
 

Delete the value object in a map value pair.

The value of the pair must be of pointer type.

Parameters:
thePair   key-value pair


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