| 1731 | Configuration& operator=(const Configuration& c); |
| 1732 | |
| 1733 | virtual ~Configuration(void) { |
| 1734 | } |
| 1735 | |
| 1736 | /// @brief Full constructor used to sets value of configuration |
| 1737 | Configuration(Level level, ConfigurationType configurationType, const std::string& value); |
nothing calls this directly
no outgoing calls
no test coverage detected