![]() |
Scanframe Modular Application 0.1.0
|
This is the complete list of members for sf::IniProfile, including all inherited members.
| _dirty | sf::IniProfile | protected |
| _flagClearOnRead | sf::IniProfile | protected |
| _path | sf::IniProfile | protected |
| _prefix | sf::IniProfile | protected |
| _sectionIndex | sf::IniProfile | protected |
| _sections | sf::IniProfile | protected |
| _writeOnDirty | sf::IniProfile | protected |
| Entry | sf::IniProfile | protected |
| EntryVector typedef | sf::IniProfile | |
| exists() const | sf::IniProfile | |
| findEntry(const std::string &key) | sf::IniProfile | |
| findSection(const std::string §ion) const | sf::IniProfile | |
| flush() | sf::IniProfile | |
| getBool(const std::string &key, bool defaultBool=false) const | sf::IniProfile | |
| getEntry(EntryVector::size_type p) | sf::IniProfile | protected |
| getEntryCount() const | sf::IniProfile | |
| getEntryKey(size_type pos) | sf::IniProfile | |
| getEntryValue(size_type p) | sf::IniProfile | |
| getFilepath() const | sf::IniProfile | |
| getFloat(const std::string &key, double defaultFloat=0.0) const | sf::IniProfile | |
| getInt(const std::string &key, int defaultInt=0) const | sf::IniProfile | |
| getKeys(const std::string §ion) const | sf::IniProfile | |
| getKeys(size_type section=npos) const | sf::IniProfile | |
| getMap(size_type section=npos) const | sf::IniProfile | |
| getSection(size_type p=npos) const | sf::IniProfile | |
| getSectionCount() const | sf::IniProfile | |
| getSections() const | sf::IniProfile | |
| getString(const std::string &key, const std::string &defaultString={}) const | sf::IniProfile | |
| getStringByRef(const std::string &key, std::string &value, const std::string &defaultString={}) const | sf::IniProfile | |
| IniProfile() | sf::IniProfile | |
| IniProfile(const std::string &path) | sf::IniProfile | explicit |
| IniProfile(const IniProfile &)=delete | sf::IniProfile | |
| IniProfile(const IniProfile &&)=delete | sf::IniProfile | |
| IniProfile(const std::string §ion, const std::string &path) | sf::IniProfile | |
| IniProfile(const std::string_view &data) | sf::IniProfile | explicit |
| IniProfile(std::istream &is) | sf::IniProfile | explicit |
| initialize() | sf::IniProfile | protected |
| insertComment(const std::string &key, const std::string &comment) | sf::IniProfile | |
| isDirty() const | sf::IniProfile | inline |
| keyExists(const std::string &key) const | sf::IniProfile | |
| KeyValueMap typedef | sf::IniProfile | |
| load(const std::string &filepath) | sf::IniProfile | protected |
| load(std::istream &is) | sf::IniProfile | protected |
| npos | sf::IniProfile | static |
| operator=(IniProfile &)=delete | sf::IniProfile | |
| operator=(IniProfile &&)=delete | sf::IniProfile | |
| read(std::istream &is) | sf::IniProfile | |
| removeEntry(size_type p) | sf::IniProfile | |
| removeKey(const std::string &key) | sf::IniProfile | |
| removeKeys(size_type section=npos) | sf::IniProfile | |
| removeSection(const std::string §ion) | sf::IniProfile | |
| removeSection(size_type p) | sf::IniProfile | |
| Section | sf::IniProfile | protected |
| sectionExists(const std::string §ion) const | sf::IniProfile | |
| SectionVector typedef | sf::IniProfile | protected |
| selectSection(const std::string §ion) const | sf::IniProfile | |
| setBool(const std::string &key, bool value) | sf::IniProfile | |
| setFilepath(const std::string &path) | sf::IniProfile | |
| setFloat(const std::string &key, double value) | sf::IniProfile | |
| setInt(const std::string &key, int value) | sf::IniProfile | |
| setKeyPrefix(const std::string &prefix={}) | sf::IniProfile | |
| setMap(const KeyValueMap &map, size_type section=npos) | sf::IniProfile | |
| setSection(const std::string §ion, bool create=true) | sf::IniProfile | |
| setSection(size_type index) | sf::IniProfile | |
| setString(const std::string &key, const std::string &value) | sf::IniProfile | |
| setWriteOnDirty(bool enable) | sf::IniProfile | inline |
| size_type typedef | sf::IniProfile | |
| sync() | sf::IniProfile | |
| write(std::ostream &os) const | sf::IniProfile | virtual |
| writeSection(std::ostream &os) const | sf::IniProfile | |
| ~IniProfile() | sf::IniProfile | virtual |