Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::DOMStringPointerEqualToFunction Struct Reference

Equal to functor for DOMStrings. More...

#include <xalanc/XalanDOM/XalanDOMString.hpp>

Public Member Functions

bool operator() (const XalanDOMString *theLHS, const XalanDOMString *theRHS) const
 

Detailed Description

Equal to functor for DOMStrings.

Parameters
theLHSfirst string to compare
theRHSsecond string to compare
Returns
true if the theLHS is equal to theRHS

Definition at line 950 of file XalanDOMString.hpp.

Member Function Documentation

◆ operator()()

bool xalanc::DOMStringPointerEqualToFunction::operator() ( const XalanDOMString theLHS,
const XalanDOMString theRHS 
) const
inline

Definition at line 953 of file XalanDOMString.hpp.

References xalanc::equals().


The documentation for this struct was generated from the following file: