Functor to delete value objects in maps, used in STL iteration algorithms. More...
#include <STLHelper.hpp>
Inherits unary_function< const T::value_type &, void >.
Public Types | |
typedef std::unary_function< const typename T::value_type &, void > | BaseClassType |
typedef BaseClassType::result_type | result_type |
typedef BaseClassType::argument_type | argument_type |
Public Member Functions | |
MapValueDeleteFunctor (MemoryManager &theManager) | |
result_type | operator() (argument_type thePair) const |
Delete the value object in a map value pair. More... | |
Functor to delete value objects in maps, used in STL iteration algorithms.
Definition at line 259 of file STLHelper.hpp.
typedef BaseClassType::argument_type MapValueDeleteFunctor< T >::argument_type |
Definition at line 269 of file STLHelper.hpp.
typedef std::unary_function<const typename T::value_type&, void> MapValueDeleteFunctor< T >::BaseClassType |
Definition at line 265 of file STLHelper.hpp.
typedef BaseClassType::result_type MapValueDeleteFunctor< T >::result_type |
Definition at line 268 of file STLHelper.hpp.
|
inline |
Definition at line 271 of file STLHelper.hpp.
|
inline |
Delete the value object in a map value pair.
The value of the pair must be of pointer type.
thePair | key-value pair |
Definition at line 283 of file STLHelper.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|