opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
osc::AppSettings Member List

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 &&) noexceptosc::AppSettings
find_value(std::string_view key) constosc::AppSettings
find_value(std::string_view key) constosc::AppSettingsinline
find_value_filesystem_source(std::string_view key) constosc::AppSettings
get_value(std::string_view key, Variant fallback=Variant{}) constosc::AppSettingsinline
get_value(std::string_view key, T &&fallback=T{}) constosc::AppSettingsinline
operator=(const AppSettings &)osc::AppSettings
operator=(AppSettings &&) noexceptosc::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::AppSettingsinline
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::AppSettingsinline
sync()osc::AppSettings
system_configuration_file_location() constosc::AppSettings
~AppSettings() noexceptosc::AppSettings