Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CompareIgnoringCasePredicate Class Reference

#include <util.h>

List of all members.

Public Member Functions

bool operator() (const std::string &, const std::string &) const


Member Function Documentation

bool CompareIgnoringCasePredicate::operator() const std::string ,
const std::string
const
 

Definition at line 55 of file util.cpp.

References compareIgnoringCase().

00057 {
00058     return compareIgnoringCase(s1, s2) < 0;
00059 }


The documentation for this class was generated from the following files:
Generated on Sat Jan 14 22:33:16 2006 for Celestia by  doxygen 1.4.1