Skip to content
Snippets Groups Projects
ConfigService.cpp 67.1 KiB
Newer Older
  } else {
    throw std::invalid_argument(filterChannelName +
                                " was not a filter channel");
template DLLExport int ConfigServiceImpl::getValue(const std::string &,
                                                   double &);
template DLLExport int ConfigServiceImpl::getValue(const std::string &,
                                                   std::string &);
template DLLExport int ConfigServiceImpl::getValue(const std::string &, int &);
template DLLExport int ConfigServiceImpl::getValue(const std::string &,
                                                   std::size_t &);

} // namespace Kernel
} // namespace Mantid