Triditizer
CIni Member List

This is the complete list of members for CIni, including all inherited members.

__GetStringDynamic(LPCTSTR lpSection, LPCTSTR lpKey, LPCTSTR lpDefault=NULL) const CIniprotected
__IntToString(int nNumber, LPTSTR lpBuffer, int nBase)CIniprotectedstatic
__KeyPairProc(LPCTSTR lpString, LPVOID lpParam)CIniprotectedstatic
__StrDupEx(LPCTSTR lpStart, LPCTSTR lpEnd)CIniprotectedstatic
__StringSplit(LPCTSTR lpString, LPTSTR lpBuffer, DWORD dwBufSize, LPCTSTR lpDelimiter=NULL, BOOL bTrimString=TRUE)CIniprotectedstatic
__SubStrCompare(LPCTSTR lpString1, LPVOID lpParam)CIniprotectedstatic
__ToBinaryString(UINT nNumber, LPTSTR lpBuffer, DWORD dwBufSize)CIniprotectedstatic
__TrimString(LPTSTR lpBuffer)CIniprotectedstatic
__UIntToString(UINT nNumber, LPTSTR lpBuffer, int nBase)CIniprotectedstatic
__ValidateBase(int nBase)CIniprotectedstatic
AppendDataBlock(LPCTSTR lpSection, LPCTSTR lpKey, LPCVOID lpData, DWORD dwDataSize) const CIni
AppendString(LPCTSTR Section, LPCTSTR lpKey, LPCTSTR lpString) const CIni
CIni()CIni
CIni(LPCTSTR lpPathName)CIni
CopyKey(LPCTSTR lpSrcSection, LPCTSTR lpSrcKey, LPCTSTR lpDestSection, LPCTSTR lpDestKey, BOOL bFailIfExist) const CIni
CopySection(LPCTSTR lpSrcSection, LPCTSTR lpDestSection, BOOL bFailIfExist) const CIni
DeleteKey(LPCTSTR lpSection, LPCTSTR lpKey) const CIni
DeleteSection(LPCTSTR lpSection) const CIni
GetArray(LPCTSTR lpSection, LPCTSTR lpKey, LPTSTR lpBuffer, DWORD dwBufSize, LPCTSTR lpDelimiter=NULL, BOOL bTrimString=TRUE) const CIni
GetBool(LPCTSTR lpSection, LPCTSTR lpKey, BOOL bDefault) const CIni
GetChar(LPCTSTR lpSection, LPCTSTR lpKey, TCHAR cDefault) const CIni
GetDataBlock(LPCTSTR lpSection, LPCTSTR lpKey, LPVOID lpBuffer, DWORD dwBufSize, DWORD dwOffset=0) const CIni
GetDouble(LPCTSTR lpSection, LPCTSTR lpKey, double fDefault) const CIni
GetInt(LPCTSTR lpSection, LPCTSTR lpKey, int nDefault, int nBase=BASE_DECIMAL) const CIni
GetKeyLines(LPCTSTR lpSection, LPTSTR lpBuffer, DWORD dwBufSize) const CIni
GetKeyNames(LPCTSTR lpSection, LPTSTR lpBuffer, DWORD dwBufSize) const CIni
GetPathName(LPTSTR lpBuffer, DWORD dwBufSize) const CIni
GetPoint(LPCTSTR lpSection, LPCTSTR lpKey, POINT ptDefault) const CIni
GetRect(LPCTSTR lpSection, LPCTSTR lpKey, RECT rcDefault) const CIni
GetSectionNames(LPTSTR lpBuffer, DWORD dwBufSize) const CIni
GetString(LPCTSTR lpSection, LPCTSTR lpKey, LPTSTR lpBuffer, DWORD dwBufSize, LPCTSTR lpDefault=NULL) const CIni
GetUInt(LPCTSTR lpSection, LPCTSTR lpKey, UINT nDefault, int nBase=BASE_DECIMAL) const CIni
IncreaseDouble(LPCTSTR lpSection, LPCTSTR lpKey, double fIncrease, int nPrecision=-1) const CIni
IncreaseInt(LPCTSTR lpSection, LPCTSTR lpKey, int nIncrease=1, int nBase=BASE_DECIMAL) const CIni
IncreaseUInt(LPCTSTR lpSection, LPCTSTR lpKey, UINT nIncrease=1, int nBase=BASE_DECIMAL) const CIni
InvertBool(LPCTSTR lpSection, LPCTSTR lpKey) const CIni
IsKeyExist(LPCTSTR lpSection, LPCTSTR lpKey) const CIni
IsSectionExist(LPCTSTR lpSection) const CIni
m_pszPathNameCIniprotected
MoveKey(LPCTSTR lpSrcSection, LPCTSTR lpSrcKey, LPCTSTR lpDestSection, LPCTSTR lpDestKey, BOOL bFailIfExist=TRUE) const CIni
MoveSection(LPCTSTR lpSrcSection, LPCTSTR lpDestSection, BOOL bFailIfExist=TRUE) const CIni
ParseDNTString(LPCTSTR lpString, SUBSTRPROC lpFnStrProc, LPVOID lpParam=NULL)CInistatic
SetPathName(LPCTSTR lpPathName)CIni
StringToBool(LPCTSTR lpString, BOOL bDefault=FALSE)CInistatic
WriteBool(LPCTSTR lpSection, LPCTSTR lpKey, BOOL bValue) const CIni
WriteChar(LPCTSTR lpSection, LPCTSTR lpKey, TCHAR c) const CIni
WriteDataBlock(LPCTSTR lpSection, LPCTSTR lpKey, LPCVOID lpData, DWORD dwDataSize) const CIni
WriteDouble(LPCTSTR lpSection, LPCTSTR lpKey, double fValue, int nPrecision=-1) const CIni
WriteInt(LPCTSTR lpSection, LPCTSTR lpKey, int nValue, int nBase=BASE_DECIMAL) const CIni
WritePoint(LPCTSTR lpSection, LPCTSTR lpKey, POINT pt) const CIni
WriteRect(LPCTSTR lpSection, LPCTSTR lpKey, RECT rc) const CIni
WriteString(LPCTSTR lpSection, LPCTSTR lpKey, LPCTSTR lpValue) const CIni
WriteUInt(LPCTSTR lpSection, LPCTSTR lpKey, UINT nValue, int nBase=BASE_DECIMAL) const CIni
~CIni()CInivirtual