Functor to call a clear() member function on its argument. More...
Public Types | |
typedef std::unary_function < Type, void > | BaseClassType |
typedef BaseClassType::result_type | result_type |
typedef BaseClassType::argument_type | argument_type |
typedef Type | value_type |
Public Member Functions | |
result_type | operator() (argument_type &theArg) const |
Retrieve the value of a key-value pair. More... | |
Functor to call a clear() member function on its argument.
typedef BaseClassType::argument_type ClearFunctor< Type >::argument_type |
typedef std::unary_function<Type, void> ClearFunctor< Type >::BaseClassType |
typedef BaseClassType::result_type ClearFunctor< Type >::result_type |
typedef Type ClearFunctor< Type >::value_type |
result_type ClearFunctor< Type >::operator() | ( | argument_type & | theArg | ) | const |
Retrieve the value of a key-value pair.
thePair | key-value pair |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|