| 1551 | } |
| 1552 | |
| 1553 | bool TypedConfigurations::toFile(Level level) { |
| 1554 | return getConfigByVal<bool>(level, &m_toFileMap, "toFile"); |
| 1555 | } |
| 1556 | |
| 1557 | const std::string& TypedConfigurations::filename(Level level) { |
| 1558 | return getConfigByRef<std::string>(level, &m_filenameMap, "filename"); |