#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 413 of file SimpleIni.h.
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::Converter | ( | bool | a_bStoreIsUtf8 | ) | [inline] |
Definition at line 415 of file SimpleIni.h.
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::Converter | ( | const Converter & | rhs | ) | [inline] |
Definition at line 418 of file SimpleIni.h.
bool CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::ConvertToStore | ( | const SI_CHAR * | a_pszString | ) | [inline] |
Definition at line 423 of file SimpleIni.h.
const char* CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::Data | ( | ) | [inline] |
Definition at line 436 of file SimpleIni.h.
Converter& CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::operator= | ( | const Converter & | rhs | ) | [inline] |
Definition at line 419 of file SimpleIni.h.
std::string CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::m_scratch [private] |
Definition at line 438 of file SimpleIni.h.