#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 () |
Definition at line 410 of file SimpleIni.h.
| CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::Converter | ( | bool | a_bStoreIsUtf8 | ) | [inline] |
Definition at line 412 of file SimpleIni.h.
| CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::Converter | ( | const Converter & | rhs | ) | [inline] |
Definition at line 415 of file SimpleIni.h.
References CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::operator=().
| Converter& CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::operator= | ( | const Converter & | rhs | ) | [inline] |
Definition at line 416 of file SimpleIni.h.
References CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::m_scratch.
Referenced by CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::Converter().
| bool CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::ConvertToStore | ( | const SI_CHAR * | a_pszString | ) | [inline] |
Definition at line 420 of file SimpleIni.h.
Referenced by CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Save().
| const char* CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::Data | ( | ) | [inline] |
Definition at line 433 of file SimpleIni.h.
Referenced by CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Save().
1.5.6