Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


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

#include <STLHelper.hpp>

Inherits unary_function< const T *, bool >.

Public Types

typedef std::unary_function< const T *, bool > BaseClassType
 
typedef BaseClassType::result_type result_type
 
typedef BaseClassType::argument_type argument_type
 

Public Member Functions

 pointer_equals_predicate (argument_type theArg)
 
result_type operator() (argument_type theOther) const
 

Detailed Description

template<class T>
struct pointer_equals_predicate< T >

Definition at line 606 of file STLHelper.hpp.

Member Typedef Documentation

◆ argument_type

template<class T >
typedef BaseClassType::argument_type pointer_equals_predicate< T >::argument_type

Definition at line 616 of file STLHelper.hpp.

◆ BaseClassType

template<class T >
typedef std::unary_function<const T*, bool> pointer_equals_predicate< T >::BaseClassType

Definition at line 612 of file STLHelper.hpp.

◆ result_type

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

Definition at line 615 of file STLHelper.hpp.

Constructor & Destructor Documentation

◆ pointer_equals_predicate()

template<class T >
pointer_equals_predicate< T >::pointer_equals_predicate ( argument_type  theArg)
inline

Definition at line 618 of file STLHelper.hpp.

Member Function Documentation

◆ operator()()

template<class T >
result_type pointer_equals_predicate< T >::operator() ( argument_type  theOther) const
inline

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