Mantid
|
#include "MantidKernel/Exception.h"
#include "MantidKernel/TypedValidator.h"
#include <boost/lexical_cast.hpp>
#include <memory>
#include <map>
#include <set>
#include <unordered_set>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::Kernel::ListValidator< TYPE > |
ListValidator is a validator that requires the value of a property to be one of a defined list of possibilities. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Kernel |
Typedefs | |
using | Mantid::Kernel::StringListValidator = ListValidator< std::string > |
ListValidator<std::string> is used heavily. More... | |