Functor to delete value objects in maps, used in STL iteration algorithms. More...
#include <STLHelper.hpp>
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.
MapValueDeleteFunctor< T >::MapValueDeleteFunctor | ( | MemoryManager & | theManager | ) | [inline] |
Definition at line 271 of file STLHelper.hpp.
result_type MapValueDeleteFunctor< T >::operator() | ( | argument_type | thePair | ) | const [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 |
|