Windows C++ Library
WCL::AppConfig Member List
This is the complete list of members for WCL::AppConfig, including all inherited members.
AppConfig(const tstring &publisher, const tstring &application)WCL::AppConfig
AUTOMATIC enum valueWCL::AppConfig
DEFAULT_SECTIONWCL::AppConfig [static]
deleteSection(const tstring &sectionName)WCL::AppConfig
determineProvider() const WCL::AppConfig [private]
getProvider() const WCL::AppConfig [private]
getStorageType() const WCL::AppConfig
INIFILE enum valueWCL::AppConfig
m_applicationWCL::AppConfig [private]
m_providerWCL::AppConfig [mutable, private]
m_publisherWCL::AppConfig [private]
m_storageWCL::AppConfig [mutable, private]
readList(const tstring &sectionName, const tstring &keyName, const tstring &defaultValue, StringArray &list) const WCL::AppConfig
readString(const tstring &sectionName, const tstring &keyName, const tstring &defaultValue) const WCL::AppConfig
readValue(const tstring &sectionName, const tstring &keyName, const T &defaultValue) const WCL::AppConfig [inline]
REGISTRY enum valueWCL::AppConfig
setStorageType(Storage storage)WCL::AppConfig
Storage enum nameWCL::AppConfig
StringArray typedefWCL::AppConfig
writeList(const tstring &sectionName, const tstring &keyName, const StringArray &list)WCL::AppConfig
writeString(const tstring &sectionName, const tstring &keyName, const tstring &value)WCL::AppConfig
writeValue(const tstring &sectionName, const tstring &keyName, const T &value)WCL::AppConfig [inline]
~AppConfig()WCL::AppConfig