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 value | WCL::AppConfig | |
DEFAULT_SECTION | WCL::AppConfig | [static] |
deleteSection(const tstring §ionName) | WCL::AppConfig | |
determineProvider() const | WCL::AppConfig | [private] |
getProvider() const | WCL::AppConfig | [private] |
getStorageType() const | WCL::AppConfig | |
INIFILE enum value | WCL::AppConfig | |
m_application | WCL::AppConfig | [private] |
m_provider | WCL::AppConfig | [mutable, private] |
m_publisher | WCL::AppConfig | [private] |
m_storage | WCL::AppConfig | [mutable, private] |
readList(const tstring §ionName, const tstring &keyName, const tstring &defaultValue, StringArray &list) const | WCL::AppConfig | |
readString(const tstring §ionName, const tstring &keyName, const tstring &defaultValue) const | WCL::AppConfig | |
readValue(const tstring §ionName, const tstring &keyName, const T &defaultValue) const | WCL::AppConfig | [inline] |
REGISTRY enum value | WCL::AppConfig | |
setStorageType(Storage storage) | WCL::AppConfig | |
Storage enum name | WCL::AppConfig | |
StringArray typedef | WCL::AppConfig | |
writeList(const tstring §ionName, const tstring &keyName, const StringArray &list) | WCL::AppConfig | |
writeString(const tstring §ionName, const tstring &keyName, const tstring &value) | WCL::AppConfig | |
writeValue(const tstring §ionName, const tstring &keyName, const T &value) | WCL::AppConfig | [inline] |
~AppConfig() | WCL::AppConfig | |