MCPcopy Create free account
hub / github.com/audacity/audacity / GetConfig

Function GetConfig

libraries/lib-module-manager/ConfigInterface.h:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71// GetConfig with default value
72template<typename Value>
73inline bool GetConfig( const EffectDefinitionInterface& ident,
74 ConfigurationType type, const RegistryPath & group,
75 const RegistryPath & key, Value &var, const Value &defval)
76{ return GetConfigValue(ident, type, group, key,
77 std::ref(var), std::cref(defval)); }
78
79// GetConfig with implicitly converted default value
80template<typename Value, typename ConvertibleToValue>

Callers 15

MakeInstanceMethod · 0.85
LoadUserPresetMethod · 0.85
LoadUseLatencyMethod · 0.85
LoadParametersMethod · 0.85
DoEffectMethod · 0.85
LoadUserPresetMethod · 0.85
InitializePresetFunction · 0.85
DeleteMethod · 0.85
GetSettingFunction · 0.85
LoadParametersMethod · 0.85
MakeInstanceMethod · 0.85

Calls 1

GetConfigValueFunction · 0.85

Tested by

no test coverage detected