Alexandria  2.19
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Euclid::XYDataset::QualifiedName::AlphabeticalComparator Class Reference

Provides alphabetical comparison for the QualifiedNames a and b. More...

#include <QualifiedName.h>

Public Member Functions

bool operator() (const QualifiedName &a, const QualifiedName &b) const
 

Detailed Description

Provides alphabetical comparison for the QualifiedNames a and b.

Parameters
aThe first QualifiedName to compare
bThe second QualifiedName to compare
Returns
true if the a < b lexicographical, false otherwise

Definition at line 187 of file QualifiedName.h.

Member Function Documentation

bool Euclid::XYDataset::QualifiedName::AlphabeticalComparator::operator() ( const QualifiedName a,
const QualifiedName b 
) const
inline

Definition at line 188 of file QualifiedName.h.

References std::string::compare(), and Euclid::XYDataset::QualifiedName::qualifiedName().

Here is the call graph for this function:


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