Mantid
|
#include "MantidKernel/DataItem.h"
#include "MantidKernel/DllConfig.h"
#include <boost/any.hpp>
#include <memory>
#include <stdexcept>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::Kernel::IValidator |
IValidator is the basic interface for all validators for properties. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Kernel |
Typedefs | |
using | Mantid::Kernel::IValidator_sptr = std::shared_ptr< IValidator > |
A shared_ptr to an IValidator. More... | |