![]() |
Pioneer
|
This is the complete list of members for IniConfig, including all inherited members.
| Float(const std::string §ion, const std::string &key, float defval) const | IniConfig | |
| Float(const std::string &key, float defval=0.0f) const | IniConfig | inline |
| GetSections() | IniConfig | inline |
| HasEntry(const std::string §ion, const std::string &key) const | IniConfig | inline |
| HasEntry(const std::string &key) const | IniConfig | inline |
| HasSection(const std::string §ion) const | IniConfig | inline |
| IniConfig()=default | IniConfig | |
| Int(const std::string §ion, const std::string &key, int defval) const | IniConfig | |
| Int(const std::string &key, int defval=0) const | IniConfig | inline |
| m_fs | IniConfig | protected |
| m_map | IniConfig | protected |
| m_path | IniConfig | protected |
| MapType typedef | IniConfig | |
| Read(FileSystem::FileSource &fs, const std::string &path) | IniConfig | |
| Read(const FileSystem::FileData &data) | IniConfig | protected |
| Save() | IniConfig | |
| SectionMapType typedef | IniConfig | |
| SetFloat(const std::string §ion, const std::string &key, float val) | IniConfig | |
| SetFloat(const std::string &key, float val) | IniConfig | inline |
| SetInt(const std::string §ion, const std::string &key, int val) | IniConfig | |
| SetInt(const std::string &key, int val) | IniConfig | inline |
| SetString(const std::string §ion, const std::string &key, const std::string &val) | IniConfig | |
| SetString(const std::string &key, const std::string &val) | IniConfig | inline |
| String(const std::string §ion, const std::string &key, const std::string &defval) const | IniConfig | |
| String(const std::string &key, const std::string &defval=std::string()) const | IniConfig | inline |
| Write(FileSystem::FileSourceFS &fs, const std::string &path) | IniConfig |