| 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 |
| CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER > | Simple INI file reader |
| CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry | Key entry |
| CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::FileWriter | OutputWriter class to write the INI data to a file |
| CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::KeyOrder | Strict less ordering by name of key only |
| CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::LoadOrder | Strict less ordering by order, and then name of key |
| 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 |
| 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 >::StreamWriter | OutputWriter class to write the INI data to an ostream |
| CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StringWriter | OutputWriter class to write the INI data to a string |