| 190 | // Configurations |
| 191 | |
| 192 | Configurations::Configurations(void) : |
| 193 | m_configurationFile(std::string()), |
| 194 | m_isFromFile(false) { |
| 195 | } |
| 196 | |
| 197 | Configurations::Configurations(const std::string& configurationFile, bool useDefaultsForRemaining, |
| 198 | Configurations* base) : |
nothing calls this directly
no outgoing calls
no test coverage detected