|
opynsim
Unofficial C++ Documentation
|
This is the complete list of members for osc::AppSettings, including all inherited members.
| AppSettings(std::string_view organization_name, std::string_view application_name, std::string_view application_config_file_name) | osc::AppSettings | |
| AppSettings(const AppSettings &) | osc::AppSettings | |
| AppSettings(AppSettings &&) noexcept | osc::AppSettings | |
| find_value(std::string_view key) const | osc::AppSettings | |
| find_value(std::string_view key) const | osc::AppSettings | inline |
| find_value_filesystem_source(std::string_view key) const | osc::AppSettings | |
| get_value(std::string_view key, Variant fallback=Variant{}) const | osc::AppSettings | inline |
| get_value(std::string_view key, T &&fallback=T{}) const | osc::AppSettings | inline |
| operator=(const AppSettings &) | osc::AppSettings | |
| operator=(AppSettings &&) noexcept | osc::AppSettings | |
| set_value(std::string_view key, Variant, AppSettingScope=AppSettingScope::User) | osc::AppSettings | |
| set_value(std::string_view key, T &&value, AppSettingScope scope=AppSettingScope::User) | osc::AppSettings | inline |
| set_value_if_not_found(std::string_view key, Variant, AppSettingScope=AppSettingScope::User) | osc::AppSettings | |
| set_value_if_not_found(std::string_view key, T &&value, AppSettingScope scope=AppSettingScope::User) | osc::AppSettings | inline |
| sync() | osc::AppSettings | |
| system_configuration_file_location() const | osc::AppSettings | |
| ~AppSettings() noexcept | osc::AppSettings |