#include <SimpleIni.h>
Public Member Functions | |
Converter (bool a_bStoreIsUtf8) | |
Converter (const Converter &rhs) | |
bool | ConvertToStore (const SI_CHAR *a_pszString) |
const char * | Data () |
Converter & | operator= (const Converter &rhs) |
Private Attributes | |
std::string | m_scratch |
Characterset conversion utility class to convert strings to the same format as is used for the storage.
Definition at line 419 of file SimpleIni.h.
|
inline |
Definition at line 421 of file SimpleIni.h.
|
inline |
Definition at line 424 of file SimpleIni.h.
|
inline |
Definition at line 429 of file SimpleIni.h.
|
inline |
Definition at line 442 of file SimpleIni.h.
|
inline |
Definition at line 425 of file SimpleIni.h.
|
private |
Definition at line 444 of file SimpleIni.h.