TwiceAsNice
2019-02-18
|
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 () |
Private Attributes | |
std::string | m_scratch |
Characterset conversion utility class to convert strings to the same format as is used for the storage.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |