Mantid
|
#include "MantidKernel/FileValidator.h"
#include "MantidKernel/Logger.h"
#include <Poco/File.h>
#include <Poco/Path.h>
#include <boost/algorithm/string/case_conv.hpp>
#include <fstream>
#include <memory>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Kernel |
Functions | |
bool | Mantid::Kernel::has_ending (const std::string &value, const std::string &ending) |
Confirm that the value string ends with then ending string. More... | |