Main MRPT website > C++ reference for MRPT 1.5.8
List of all members | Public Member Functions
mrpt::utils::simpleini::SI_GenericNoCase< SI_CHAR > Struct Template Reference

Detailed Description

template<class SI_CHAR>
struct mrpt::utils::simpleini::SI_GenericNoCase< SI_CHAR >

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 1930 of file SimpleIni.h.

#include <utils/simpleini/SimpleIni.h>

Public Member Functions

SI_CHAR locase (SI_CHAR ch) const
 
bool operator() (const SI_CHAR *pLeft, const SI_CHAR *pRight) const
 

Member Function Documentation

◆ locase()

template<class SI_CHAR>
SI_CHAR mrpt::utils::simpleini::SI_GenericNoCase< SI_CHAR >::locase ( SI_CHAR  ch) const
inline

◆ operator()()

template<class SI_CHAR>
bool mrpt::utils::simpleini::SI_GenericNoCase< SI_CHAR >::operator() ( const SI_CHAR *  pLeft,
const SI_CHAR *  pRight 
) const
inline



Page generated by Doxygen 1.8.14 for MRPT 1.5.8 Git: f67d0f871 Wed Sep 25 18:32:17 2019 +0200 at lun oct 28 01:58:29 CET 2019