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 | |
| typedef CSimpleIniTempl< char, SI_GenericNoCase< char >, SI_ConvertA< char > > | CSimpleIniA |
| typedef CSimpleIniTempl< char, SI_GenericCase< char >, SI_ConvertA< char > > | CSimpleIniCaseA |
| typedef CSimpleIniTempl< char, SI_GenericNoCase< char >, MRPT_IniFileParser > | MRPT_CSimpleIni |
Enumerations | |
| enum | SI_Error { SI_OK = 0, SI_UPDATED = 1, SI_INSERTED = 2, SI_FAIL = -1, SI_NOMEM = -2, SI_FILE = -3 } |
| typedef CSimpleIniTempl<char, SI_GenericNoCase<char>,SI_ConvertA<char> > mrpt::utils::simpleini::CSimpleIniA |
Definition at line 2288 of file SimpleIni.h.
| typedef CSimpleIniTempl<char, SI_GenericCase<char>,SI_ConvertA<char> > mrpt::utils::simpleini::CSimpleIniCaseA |
Definition at line 2290 of file SimpleIni.h.
| typedef CSimpleIniTempl<char, SI_GenericNoCase<char>, MRPT_IniFileParser> mrpt::utils::simpleini::MRPT_CSimpleIni |
Definition at line 2292 of file SimpleIni.h.
Definition at line 58 of file SimpleIni.h.
| Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |