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

static bool less (const CString &a, const CString &b)
 Returns true iff a is lexicographically less than b.
static bool equal (const CString &a, const CString &b)
 Returns true iff a is lexicographically equal to b.
static bool cmpLess (const CString::value_type &a, const CString::value_type &b)
 Returns true iff a is lexicographically less than b.
static 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 12 Nov 2010 for synergy-plus by  doxygen 1.6.1