Mantid
|
#include "MantidKernel/IValidator.h"
#include "MantidKernel/System.h"
#include <memory>
#include <algorithm>
#include <list>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::Kernel::CompositeValidator |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Kernel |
Enumerations | |
enum class | Mantid::Kernel::CompositeRelation { Mantid::Kernel::AND = 0 , Mantid::Kernel::OR = 1 } |
A composite validator that can combine any 2+ arbitrary validators together. More... | |