| 
    MRPT
    2.0.0
    
   | 
 
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 2405 of file SimpleIni.h.
| using mrpt::config::simpleini::CSimpleIniCaseA = typedef CSimpleIniTempl<char, SI_GenericCase<char>, SI_ConvertA<char> > | 
Definition at line 2407 of file SimpleIni.h.
| using mrpt::config::simpleini::MRPT_CSimpleIni = typedef CSimpleIniTempl<char, SI_GenericNoCase<char>, MRPT_IniFileParser> | 
Definition at line 2410 of file SimpleIni.h.
| Enumerator | |
|---|---|
| SI_OK | No error.  | 
| SI_UPDATED | An existing value was updated.  | 
| SI_INSERTED | A new value was inserted.  | 
| SI_FAIL | Generic failure.  | 
| SI_NOMEM | Out of memory error.  | 
| SI_FILE | File error (see errno for detail error)  | 
Definition at line 51 of file SimpleIni.h.
| Page generated by Doxygen 1.8.14 for MRPT 2.0.0 Git: b38439d21 Tue Mar 31 19:58:06 2020 +0200 at miƩ abr 1 00:50:30 CEST 2020 |