@brief Sets configuration for all levels. @param configurationType Type of configuration @param value String based value @see Configurations::set(Level level, ConfigurationType configurationType, const std::string& value)
| 1859 | /// @param value String based value |
| 1860 | /// @see Configurations::set(Level level, ConfigurationType configurationType, const std::string& value) |
| 1861 | inline void setGlobally(ConfigurationType configurationType, const std::string& value) { |
| 1862 | setGlobally(configurationType, value, false); |
| 1863 | } |
| 1864 | |
| 1865 | /// @brief Clears repository so that all the configurations are unset |
| 1866 | inline void clear(void) { |
nothing calls this directly
no outgoing calls
no test coverage detected