| 109 | |
| 110 | template <typename Value> |
| 111 | inline bool SetConfig( const EffectDefinitionInterface& ident, |
| 112 | ConfigurationType type, const RegistryPath & group, |
| 113 | const RegistryPath & key, const Value &value) |
| 114 | { |
| 115 | return SetConfigValue(ident, type, group, key, std::cref(value)); |
| 116 | } |
| 117 | |
| 118 | MODULE_MANAGER_API bool RemoveConfigSubgroup( const EffectDefinitionInterface &ident, |
| 119 | ConfigurationType type, const RegistryPath & group); |
no test coverage detected