Functor to call a clear() member function on its argument. More...
#include <STLHelper.hpp>
Functor to call a clear() member function on its argument.
Definition at line 223 of file STLHelper.hpp.
typedef BaseClassType::argument_type ClearFunctor< Type >::argument_type |
Definition at line 233 of file STLHelper.hpp.
typedef std::unary_function<Type, void> ClearFunctor< Type >::BaseClassType |
Definition at line 229 of file STLHelper.hpp.
typedef BaseClassType::result_type ClearFunctor< Type >::result_type |
Definition at line 232 of file STLHelper.hpp.
typedef Type ClearFunctor< Type >::value_type |
Definition at line 235 of file STLHelper.hpp.
result_type ClearFunctor< Type >::operator() | ( | argument_type & | theArg | ) | const [inline] |
Retrieve the value of a key-value pair.
thePair | key-value pair |
Definition at line 244 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 |
|