#include <SimpleIni.h>
Public Member Functions | |
| SI_CHAR | locase (SI_CHAR ch) const |
| bool | operator() (const SI_CHAR *pLeft, const SI_CHAR *pRight) const |
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 2524 of file SimpleIni.h.
| SI_CHAR SI_GenericNoCase< SI_CHAR >::locase | ( | SI_CHAR | ch | ) | const [inline] |
Definition at line 2525 of file SimpleIni.h.
| bool SI_GenericNoCase< SI_CHAR >::operator() | ( | const SI_CHAR * | pLeft, | |
| const SI_CHAR * | pRight | |||
| ) | const [inline] |
Definition at line 2528 of file SimpleIni.h.
1.5.6