SimpleIni

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::ConverterCharacterset conversion utility class to convert strings to the same format as is used for the storage
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >Simple INI file reader
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::EntryKey entry
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::FileWriterOutputWriter class to write the INI data to a file
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::KeyOrderStrict less ordering by name of key only
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::LoadOrderStrict less ordering by order, and then name of key
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::OutputWriterInterface definition for the OutputWriter object to pass to Save() in order to output the INI file data
SI_ConvertA< SI_CHAR >Null conversion class for MBCS/UTF-8 to char (or equivalent)
SI_ConvertW< SI_CHAR >Converts UTF-8 to a wchar_t (or equivalent) using the Unicode reference library functions
SI_GenericCase< SI_CHAR >Generic case-sensitive less than comparison
SI_GenericNoCase< SI_CHAR >Generic ASCII case-insensitive less than comparison
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StreamWriterOutputWriter class to write the INI data to an ostream
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StringWriterOutputWriter class to write the INI data to a string