Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Public Member Functions | List of all members
pointer_equal< T > Struct Template Reference

#include <STLHelper.hpp>

Inherits XALAN_STD_QUALIFIER binary_function< const T *, const T *, bool >.

Public Types

typedef XALAN_STD_QUALIFIER binary_function< const T *, const T *, bool > BaseClassType
 
typedef BaseClassType::result_type result_type
 
typedef BaseClassType::first_argument_type first_argument_type
 
typedef BaseClassType::second_argument_type second_argument_type
 

Public Member Functions

result_type operator() (first_argument_type theLHS, second_argument_type theRHS) const
 

Detailed Description

template<class T>
struct pointer_equal< T >

Definition at line 674 of file STLHelper.hpp.

Member Typedef Documentation

◆ BaseClassType

template<class T >
typedef XALAN_STD_QUALIFIER binary_function<const T*, const T*, bool> pointer_equal< T >::BaseClassType

Definition at line 676 of file STLHelper.hpp.

◆ first_argument_type

template<class T >
typedef BaseClassType::first_argument_type pointer_equal< T >::first_argument_type

Definition at line 679 of file STLHelper.hpp.

◆ result_type

template<class T >
typedef BaseClassType::result_type pointer_equal< T >::result_type

Definition at line 678 of file STLHelper.hpp.

◆ second_argument_type

template<class T >
typedef BaseClassType::second_argument_type pointer_equal< T >::second_argument_type

Definition at line 680 of file STLHelper.hpp.

Member Function Documentation

◆ operator()()

template<class T >
result_type pointer_equal< T >::operator() ( first_argument_type  theLHS,
second_argument_type  theRHS 
) const
inline

Definition at line 683 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