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

CStringUtil::CaselessCmp Class Reference

Case-insensitive comparisons. More...

#include <CStringUtil.h>

List of all members.

Public Member Functions

bool operator() (const CString &a, const CString &b) const
 Same as less().

Static Public Member Functions

bool less (const CString &a, const CString &b)
 Returns true iff a is lexicographically less than b.
bool equal (const CString &a, const CString &b)
 Returns true iff a is lexicographically equal to b.
bool cmpLess (const CString::value_type &a, const CString::value_type &b)
 Returns true iff a is lexicographically less than b.
bool cmpEqual (const CString::value_type &a, const CString::value_type &b)
 Returns true iff a is lexicographically equal to b.


Detailed Description

Case-insensitive comparisons.

This class provides case-insensitve comparison functions.

Definition at line 55 of file CStringUtil.h.


The documentation for this class was generated from the following files:
Generated on Fri Nov 6 00:21:30 2009 for synergy-plus by  doxygen 1.3.9.1