![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
This is the complete list of members for GrayLib::cAppConfigX, including all inherited members.
| cAppConfigX(cStringF sProfileName, cStringF sRegistryKey="") | GrayLib::cAppConfigX | |
| EnumConfig(const IniChar_t *pszSection, OUT cArrayString< IniChar_t > &rArray) | GrayLib::cAppConfigX | |
| FlushX() | GrayLib::cAppConfigX | |
| GetConfigStr(const IniChar_t *pszSection, const IniChar_t *pszEntry, const GChar_t *pszDefault=nullptr) | GrayLib::cAppConfigX | |
| GetConfigUInt(const IniChar_t *pszSection, const IniChar_t *pszEntry, int iDefault=0) | GrayLib::cAppConfigX | |
| GetConfigVar(const IniChar_t *pszSection, const IniChar_t *pszEntry, OUT cVariant &rvVal) | GrayLib::cAppConfigX | |
| GetOpenIni(bool bCreate=true) | GrayLib::cAppConfigX | |
| m_bIniFileModified | GrayLib::cAppConfigX | protected |
| m_IniFile | GrayLib::cAppConfigX | protected |
| m_sProfileName | GrayLib::cAppConfigX | protected |
| WriteConfigInt(const IniChar_t *pszSection, const IniChar_t *pszEntry, int iVal) | GrayLib::cAppConfigX | |
| WriteConfigStr(const IniChar_t *pszSection, const IniChar_t *pszEntry, const GChar_t *pszVal) | GrayLib::cAppConfigX | |
| WriteConfigVar(const IniChar_t *pszSection, const IniChar_t *pszEntry, const cVariant &vVal) | GrayLib::cAppConfigX | |
| ~cAppConfigX() | GrayLib::cAppConfigX |