Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

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

Inheritance diagram for ClearFunctor< Type >:

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.

Member Typedef Documentation

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

Member Function Documentation

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

Retrieve the value of a key-value pair.

Parameters
thePairkey-value pair
Returns
value

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.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo