SimpleIni  4.17
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cbinary_function
 CCSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::KeyOrderStrict less ordering by name of key only
 CCSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::LoadOrderStrict less ordering by order, and then name of key
 CCSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >Simple INI file reader
 CCSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::EntryKey entry
 CCSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::OutputWriterInterface definition for the OutputWriter object to pass to Save() in order to output the INI file data
 CCSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::FileWriterOutputWriter class to write the INI data to a file
 CCSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StreamWriterOutputWriter class to write the INI data to an ostream
 CCSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StringWriterOutputWriter class to write the INI data to a string
 CSI_ConvertA< SI_CHAR >Null conversion class for MBCS/UTF-8 to char (or equivalent)
 CSI_CONVERTER
 CCSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::ConverterCharacterset conversion utility class to convert strings to the same format as is used for the storage
 CSI_ConvertW< SI_CHAR >Converts UTF-8 to a wchar_t (or equivalent) using the Unicode reference library functions
 CSI_GenericCase< SI_CHAR >Generic case-sensitive less than comparison
 CSI_GenericNoCase< SI_CHAR >Generic ASCII case-insensitive less than comparison