MRPT
1.9.9
|
Classes | |
class | CSimpleIniTempl |
Simple INI file reader. More... | |
struct | MRPT_IniFileParser |
MRPT custom INI file parser to allow minimal file preprocessing: More... | |
class | SI_ConvertA |
Null conversion class for MBCS/UTF-8 to char (or equivalent). More... | |
struct | SI_GenericCase |
Generic case-sensitive less than comparison. More... | |
struct | SI_GenericNoCase |
Generic ASCII case-insensitive less than comparison. More... | |
Typedefs | |
using | CSimpleIniA = CSimpleIniTempl< char, SI_GenericNoCase< char >, SI_ConvertA< char > > |
using | CSimpleIniCaseA = CSimpleIniTempl< char, SI_GenericCase< char >, SI_ConvertA< char > > |
using | MRPT_CSimpleIni = CSimpleIniTempl< char, SI_GenericNoCase< char >, MRPT_IniFileParser > |
Enumerations | |
enum | SI_Error { SI_OK = 0, SI_UPDATED = 1, SI_INSERTED = 2, SI_FAIL = -1, SI_NOMEM = -2, SI_FILE = -3 } |
using mrpt::config::simpleini::CSimpleIniA = typedef CSimpleIniTempl<char, SI_GenericNoCase<char>, SI_ConvertA<char> > |
Definition at line 2406 of file SimpleIni.h.
using mrpt::config::simpleini::CSimpleIniCaseA = typedef CSimpleIniTempl<char, SI_GenericCase<char>, SI_ConvertA<char> > |
Definition at line 2408 of file SimpleIni.h.
using mrpt::config::simpleini::MRPT_CSimpleIni = typedef CSimpleIniTempl<char, SI_GenericNoCase<char>, MRPT_IniFileParser> |
Definition at line 2411 of file SimpleIni.h.
Definition at line 52 of file SimpleIni.h.
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020 |