Skip to content
Snippets Groups Projects
ConfigService.cpp 64.1 KiB
Newer Older
    boost::regex expression("^(VatesSimpleGui)", boost::regex::icase);
    if(boost::regex_search(file, expression))
/// \cond TEMPLATE
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&);
Peterson, Peter's avatar
Peterson, Peter committed
template DLLExport int ConfigServiceImpl::getValue(const std::string&, std::size_t&);

} // namespace Kernel
} // namespace Mantid