SimpleIni
Public Member Functions

CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter Class Reference

Characterset conversion utility class to convert strings to the same format as is used for the storage. More...

#include <SimpleIni.h>

List of all members.

Public Member Functions

 Converter (bool a_bStoreIsUtf8)
 Converter (const Converter &rhs)
Converteroperator= (const Converter &rhs)
bool ConvertToStore (const SI_CHAR *a_pszString)
const char * Data ()

Detailed Description

template<class SI_CHAR, class SI_STRLESS, class SI_CONVERTER>
class CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter

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.


Constructor & Destructor Documentation

template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::Converter ( bool  a_bStoreIsUtf8) [inline]

Definition at line 415 of file SimpleIni.h.

template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::Converter ( const Converter rhs) [inline]

Member Function Documentation

template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
bool CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::ConvertToStore ( const SI_CHAR *  a_pszString) [inline]
template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
const char* CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::Data ( ) [inline]
template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
Converter& CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Converter::operator= ( const Converter rhs) [inline]

The documentation for this class was generated from the following file: