Public Member Functions
duplicate_comparator Struct Reference

List of all members.

Public Member Functions

bool operator() (const xpath_node &lhs, const xpath_node &rhs) const

Detailed Description

Definition at line 6745 of file pugixml.cpp.


Member Function Documentation

bool duplicate_comparator::operator() ( const xpath_node &  lhs,
const xpath_node &  rhs 
) const [inline]

Definition at line 6747 of file pugixml.cpp.

                {
                        if (lhs.attribute()) return rhs.attribute() ? lhs.attribute() < rhs.attribute() : true;
                        else return rhs.attribute() ? false : lhs.node() < rhs.node();
                }

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

Generated on Mon Sep 15 2014 01:23:55 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001