Mantid
|
#include <boost/algorithm/string.hpp>
#include <memory>
#include "MantidKernel/ConfigService.h"
#include "MantidKernel/Exception.h"
#include "MantidKernel/Logger.h"
#include <Poco/Notification.h>
#include <Poco/NotificationCenter.h>
#include <mutex>
#include "Strings.h"
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Kernel |
Enumerations | |
enum class | Mantid::Kernel::DataServiceHidden { Mantid::Kernel::Auto , Mantid::Kernel::Include , Mantid::Kernel::Exclude } |
Flag for whether to include hidden items when returning, Auto queries the class to determine this behavior. More... | |
enum class | Mantid::Kernel::DataServiceSort { Mantid::Kernel::Sorted , Mantid::Kernel::Unsorted } |
Flag for whether to sort items before returning. More... | |