![]() |
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 | |
findEntry(const std::string &key) | sf::IniProfile | |
findSection(const std::string §ion) const | sf::IniProfile | |
flush() | sf::IniProfile | |
getEntry(EntryVector::size_type p) | sf::IniProfile | protected |
getEntryCount() const | sf::IniProfile | |
getEntryKey(size_type p) | sf::IniProfile | |
getEntryValue(size_type p) | sf::IniProfile | |
getFilepath() const | sf::IniProfile | |
getInt(const std::string &key, int defaultInt=0) 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 | inline |
getSections() const | sf::IniProfile | |
getString(const std::string &key, std::string &value, const std::string &defaultString={}) const | sf::IniProfile | |
getString(const std::string &key, 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 | inline |
KeyValueMap typedef | sf::IniProfile | |
load(const std::string &path) | 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(const std::string &key) | sf::IniProfile | |
removeEntry(size_type p) | sf::IniProfile | |
removeKeys(size_type section=npos) | sf::IniProfile | |
removeSection(const std::string §ion) | sf::IniProfile | inline |
removeSection(size_type p) | sf::IniProfile | |
Section | sf::IniProfile | protected |
sectionExists(const std::string §ion) const | sf::IniProfile | inline |
SectionVector typedef | sf::IniProfile | protected |
selectSection(const std::string §ion) const | sf::IniProfile | |
setFilepath(const std::string &path) | sf::IniProfile | |
setInt(const std::string &key, int value) | sf::IniProfile | |
setKeyPrefix(const std::string &prefix={}) | 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 &st) | 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 |