| 1631 | } |
| 1632 | |
| 1633 | bool TypedConfigurations::toFile(Level level) { |
| 1634 | return getConfigByVal<bool>(level, &m_toFileMap, "toFile"); |
| 1635 | } |
| 1636 | |
| 1637 | const std::string& TypedConfigurations::filename(Level level) { |
| 1638 | return getConfigByRef<std::string>(level, &m_filenameMap, "filename"); |