SimpleIni
4.17
|
▼CCSimpleIniTempl | Simple INI file reader |
CConverter | Characterset conversion utility class to convert strings to the same format as is used for the storage |
▼CEntry | Key entry |
CKeyOrder | Strict less ordering by name of key only |
CLoadOrder | Strict less ordering by order, and then name of key |
CFileWriter | OutputWriter class to write the INI data to a file |
COutputWriter | Interface definition for the OutputWriter object to pass to Save() in order to output the INI file data |
CStreamWriter | OutputWriter class to write the INI data to an ostream |
CStringWriter | OutputWriter class to write the INI data to a string |
CSI_ConvertA | Null conversion class for MBCS/UTF-8 to char (or equivalent) |
CSI_ConvertW | Converts UTF-8 to a wchar_t (or equivalent) using the Unicode reference library functions |
CSI_GenericCase | Generic case-sensitive less than comparison |
CSI_GenericNoCase | Generic ASCII case-insensitive less than comparison |