|
| class | mrpt::config::simpleini::CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER > |
| | Simple INI file reader. More...
|
| |
| struct | mrpt::config::simpleini::CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry |
| | key entry More...
|
| |
| struct | mrpt::config::simpleini::CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::KeyOrder |
| | Strict less ordering by name of key only. More...
|
| |
| struct | mrpt::config::simpleini::CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::LoadOrder |
| | Strict less ordering by order, and then name of key. More...
|
| |
| class | mrpt::config::simpleini::CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::OutputWriter |
| | interface definition for the OutputWriter object to pass to Save() in order to output the INI file data. More...
|
| |
| class | mrpt::config::simpleini::CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::FileWriter |
| | OutputWriter class to write the INI data to a file. More...
|
| |
| class | mrpt::config::simpleini::CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StringWriter |
| | OutputWriter class to write the INI data to a string. More...
|
| |
| class | mrpt::config::simpleini::CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StreamWriter |
| | OutputWriter class to write the INI data to an ostream. More...
|
| |
| class | mrpt::config::simpleini::CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter |
| | Characterset conversion utility class to convert strings to the same format as is used for the storage. More...
|
| |
| struct | mrpt::config::simpleini::SI_GenericCase< SI_CHAR > |
| | Generic case-sensitive less than comparison. More...
|
| |
| struct | mrpt::config::simpleini::SI_GenericNoCase< SI_CHAR > |
| | Generic ASCII case-insensitive less than comparison. More...
|
| |
| class | mrpt::config::simpleini::SI_ConvertA< SI_CHAR > |
| | Null conversion class for MBCS/UTF-8 to char (or equivalent). More...
|
| |
| struct | mrpt::config::simpleini::MRPT_IniFileParser |
| | MRPT custom INI file parser to allow minimal file preprocessing: More...
|
| |
| struct | mrpt::config::simpleini::MRPT_IniFileParser::ParseContext |
| |