Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Public Member Functions | List of all members
ClearFunctor< Type > Struct Template Reference

Functor to call a clear() member function on its argument. More...

#include <STLHelper.hpp>

Inherits unary_function< Type, void >.

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...
 

Detailed Description

template<class Type>
struct ClearFunctor< Type >

Functor to call a clear() member function on its argument.

Definition at line 223 of file STLHelper.hpp.

Member Typedef Documentation

◆ argument_type

template<class Type >
typedef BaseClassType::argument_type ClearFunctor< Type >::argument_type

Definition at line 233 of file STLHelper.hpp.

◆ BaseClassType

template<class Type >
typedef std::unary_function<Type, void> ClearFunctor< Type >::BaseClassType

Definition at line 229 of file STLHelper.hpp.

◆ result_type

template<class Type >
typedef BaseClassType::result_type ClearFunctor< Type >::result_type

Definition at line 232 of file STLHelper.hpp.

◆ value_type

template<class Type >
typedef Type ClearFunctor< Type >::value_type

Definition at line 235 of file STLHelper.hpp.

Member Function Documentation

◆ operator()()

template<class Type >
result_type ClearFunctor< Type >::operator() ( argument_type theArg) const
inline

Retrieve the value of a key-value pair.

Parameters
thePairkey-value pair
Returns
value

Definition at line 244 of file STLHelper.hpp.


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++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo