Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan-C++ XSL Transformer Version 1.0
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
MapValueDeleteFunctor Struct Reference
Functor to delete value objects in maps, used in STL iteration algorithms.
More...
#include <STLHelper.hpp>
Inheritance diagram for MapValueDeleteFunctor:
Collaboration diagram for MapValueDeleteFunctor:
List of all members.
Public Methods
- result_type operator() (argument_type thePair) const
- Delete the value object in a map value pair. More...
Detailed Description
template<class T> struct MapValueDeleteFunctor
Functor to delete value objects in maps, used in STL iteration algorithms.
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:
-
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.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.
|
|