▼Cbinary_function | |
CCSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::KeyOrder | Strict less ordering by name of key only |
CCSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::LoadOrder | Strict 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 >::Entry | Key entry |
▼CCSimpleIniTempl< 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 |
CCSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::FileWriter | OutputWriter class to write the INI data to a file |
CCSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StreamWriter | OutputWriter class to write the INI data to an ostream |
CCSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StringWriter | OutputWriter 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 >::Converter | Characterset 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 |