|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
This is the complete list of members for core::IniFile, including all inherited members.
| getBool(const std::string &key, bool defaultValue=false) const | core::IniFile | inline |
| getDouble(const std::string &key, double defaultValue=0.0) const | core::IniFile | inline |
| getInt(const std::string &key, int defaultValue=0) const | core::IniFile | inline |
| getString(const std::string &key, const std::string &defaultValue="") const | core::IniFile | inline |
| getWString(const std::string &key, const std::wstring &defaultValue=L"") const | core::IniFile | inline |
| IniFile(const std::string &path) | core::IniFile | inlineexplicit |
| IniFile(const std::wstring &path) | core::IniFile | inlineexplicit |
| load() | core::IniFile | inlineprivate |
| m_data | core::IniFile | private |
| m_path | core::IniFile | private |
| m_wpath | core::IniFile | private |
| setValue(const std::string &key, int value) | core::IniFile | inline |
| setValue(const std::string &key, double value) | core::IniFile | inline |
| setValue(const std::string &key, bool value) | core::IniFile | inline |
| setValue(const std::string &key, const std::string &value) | core::IniFile | inline |
| setValue(const std::string &key, const std::wstring &value) | core::IniFile | inline |
| sync() const | core::IniFile | inline |