SimpleIni
4.17
|
Characterset conversion utility class to convert strings to the same format as is used for the storage. More...
#include <SimpleIni.h>
Public Member Functions | |
Converter (bool a_bStoreIsUtf8) | |
Converter (const Converter &rhs) | |
Converter & | operator= (const Converter &rhs) |
bool | ConvertToStore (const SI_CHAR *a_pszString) |
const char * | Data () |
Characterset conversion utility class to convert strings to the same format as is used for the storage.
Definition at line 415 of file SimpleIni.h.
|
inline |
Definition at line 418 of file SimpleIni.h.
|
inline |
Definition at line 421 of file SimpleIni.h.
References CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::operator=().
|
inline |
Definition at line 426 of file SimpleIni.h.
Referenced by CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Save().
|
inline |
Definition at line 439 of file SimpleIni.h.
Referenced by CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Save().
|
inline |
Definition at line 422 of file SimpleIni.h.
Referenced by CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::Converter().