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 2341 of file SimpleIni.h.
| typedef CSimpleIniTempl<char, SI_GenericCase<char>, SI_ConvertA<char> > mrpt::utils::simpleini::CSimpleIniCaseA |
Definition at line 2343 of file SimpleIni.h.
| typedef CSimpleIniTempl<char, SI_GenericNoCase<char>, MRPT_IniFileParser> mrpt::utils::simpleini::MRPT_CSimpleIni |
Definition at line 2346 of file SimpleIni.h.
Definition at line 55 of file SimpleIni.h.
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |