Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

select2nd Template Struct Reference

Functor to retrieve the value of a key-value pair in a map, used in STL iteration algorithms. More...

#include <STLHelper.hpp>

Inheritance diagram for select2nd

Inheritance graph

[legend]
Collaboration diagram for select2nd:

Collaboration graph

[legend]
List of all members.

Public Types

Public Methods


Detailed Description

template<class PairType> template struct select2nd

Functor to retrieve the value of a key-value pair in a map, used in STL iteration algorithms.


Member Typedef Documentation

template<classPairType>
typedef std::unary_function<PairType, PairType::second_type> select2nd<PairType>::BaseClassType
 

template<classPairType>
typedef BaseClassType::argument_type select2nd<PairType>::argument_type
 

template<classPairType>
typedef BaseClassType::result_type select2nd<PairType>::result_type
 

template<classPairType>
typedef PairType select2nd<PairType>::value_type
 


Member Function Documentation

template<classPairType>
result_type select2nd<PairType>::operator() ( const typename argument_type & thePair ) const []
 

Retrieve the value of a key-value pair.

Parameters:
thePair   key-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.

Xalan-C++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.