SimpleIni
4.17
|
Generic ASCII case-insensitive less than comparison. More...
#include <SimpleIni.h>
Public Member Functions | |
SI_CHAR | locase (SI_CHAR ch) const |
bool | operator() (const SI_CHAR *pLeft, const SI_CHAR *pRight) const |
Generic ASCII case-insensitive less than comparison.
This class returns numerically ordered ASCII case-insensitive text for all possible sizes and types of SI_CHAR. It is not safe for MBCS text comparison where ASCII A-Z characters are used in the encoding of multi-byte characters.
Definition at line 2653 of file SimpleIni.h.
|
inline |
Definition at line 2654 of file SimpleIni.h.
Referenced by SI_GenericNoCase< SI_CHAR >::operator()().
|
inline |
Definition at line 2657 of file SimpleIni.h.
References SI_GenericNoCase< SI_CHAR >::locase().