Liblinphone
4.5.0
|
This is the complete list of members for linphone::Config, including all inherited members.
cleanEntry(const std::string §ion, const std::string &key) | linphone::Config | |
cleanSection(const std::string §ion) | linphone::Config | |
Config(void *ptr, bool takeRef=true) (defined in linphone::Config) | linphone::Config | |
cPtr() (defined in linphone::Config) | linphone::Config | inline |
dump() const | linphone::Config | |
dumpAsXml() const | linphone::Config | |
getBool(const std::string §ion, const std::string &key, bool defaultValue) const | linphone::Config | |
getDefaultFloat(const std::string §ion, const std::string &key, float defaultValue) const | linphone::Config | |
getDefaultInt(const std::string §ion, const std::string &key, int defaultValue) const | linphone::Config | |
getDefaultInt64(const std::string §ion, const std::string &key, int64_t defaultValue) const | linphone::Config | |
getDefaultString(const std::string §ion, const std::string &key, const std::string &defaultValue) const | linphone::Config | |
getFloat(const std::string §ion, const std::string &key, float defaultValue) const | linphone::Config | |
getInt(const std::string §ion, const std::string &key, int defaultValue) const | linphone::Config | |
getInt64(const std::string §ion, const std::string &key, int64_t defaultValue) const | linphone::Config | |
getKeysNamesList(const std::string §ion) | linphone::Config | |
getOverwriteFlagForEntry(const std::string §ion, const std::string &key) const | linphone::Config | |
getOverwriteFlagForSection(const std::string §ion) const | linphone::Config | |
getRange(const std::string §ion, const std::string &key, int *min, int *max, int defaultMin, int defaultMax) const | linphone::Config | |
getSectionParamString(const std::string §ion, const std::string &key, const std::string &defaultValue) const | linphone::Config | |
getSectionsNamesList() | linphone::Config | |
getSkipFlagForEntry(const std::string §ion, const std::string &key) const | linphone::Config | |
getSkipFlagForSection(const std::string §ion) const | linphone::Config | |
getString(const std::string §ion, const std::string &key, const std::string &defaultString) const | linphone::Config | |
getStringList(const std::string §ion, const std::string &key, const std::list< std::string > &defaultList) const | linphone::Config | |
hasEntry(const std::string §ion, const std::string &key) const | linphone::Config | |
hasSection(const std::string §ion) const | linphone::Config | |
loadFromXmlFile(const std::string &filename) | linphone::Config | |
loadFromXmlString(const std::string &buffer) | linphone::Config | |
newFromBuffer(const std::string &buffer) | linphone::Config | static |
newWithFactory(const std::string &configFilename, const std::string &factoryConfigFilename) | linphone::Config | static |
readFile(const std::string &filename) | linphone::Config | |
relativeFileExists(const std::string &filename) const | linphone::Config | |
reload() | linphone::Config | |
setBool(const std::string §ion, const std::string &key, bool value) | linphone::Config | |
setFloat(const std::string §ion, const std::string &key, float value) | linphone::Config | |
setInt(const std::string §ion, const std::string &key, int value) | linphone::Config | |
setInt64(const std::string §ion, const std::string &key, int64_t value) | linphone::Config | |
setIntHex(const std::string §ion, const std::string &key, int value) | linphone::Config | |
setOverwriteFlagForEntry(const std::string §ion, const std::string &key, bool value) | linphone::Config | |
setOverwriteFlagForSection(const std::string §ion, bool value) | linphone::Config | |
setRange(const std::string §ion, const std::string &key, int minValue, int maxValue) | linphone::Config | |
setSkipFlagForEntry(const std::string §ion, const std::string &key, bool value) | linphone::Config | |
setSkipFlagForSection(const std::string §ion, bool value) | linphone::Config | |
setString(const std::string §ion, const std::string &key, const std::string &value) | linphone::Config | |
setStringList(const std::string §ion, const std::string &key, const std::list< std::string > &value) | linphone::Config | |
sync() | linphone::Config | |
writeRelativeFile(const std::string &filename, const std::string &data) const | linphone::Config |