Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
MandatoryValidator.h File Reference
#include "MantidKernel/TypedValidator.h"
#include <memory>
#include <vector>

Go to the source code of this file.

Classes

struct  Mantid::Kernel::Detail::IsEmpty< T >
 Defines the concept of emptiness. More...
 
class  Mantid::Kernel::MandatoryValidator< TYPE >
 Validator to check that a property is not left empty. More...
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::Kernel
 
namespace  Mantid::Kernel::Detail
 

Functions

template<typename T >
bool Mantid::Kernel::Detail::checkIsEmpty (const std::vector< T > &value)
 Specialization for any vector type. More...
 
template<typename T >
DLLExport bool Mantid::Kernel::Detail::checkIsEmpty (const T &)
 Forward declare checking function. More...