ArrayBoundedValidator()=default | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
ArrayBoundedValidator(const ArrayBoundedValidator< TYPE > &abv) noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
ArrayBoundedValidator(const TYPE lowerBound, const TYPE upperBound) noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
ArrayBoundedValidator(TYPE lowerBound, TYPE upperBound, bool exclusive) noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
ArrayBoundedValidator(BoundedValidator< TYPE > &bv) noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
checkValidity(const std::vector< TYPE > &value) const override | Mantid::Kernel::ArrayBoundedValidator< TYPE > | private |
clearLower() noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
clearUpper() noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
clone() const override | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
hasLower() const noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
hasUpper() const noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
isLowerExclusive() const noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
isUpperExclusive() const noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
lower() const noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
m_actualValidator | Mantid::Kernel::ArrayBoundedValidator< TYPE > | private |
setError(const TYPE &value) noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
setExclusive(const bool exclusive) noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
setLower(const TYPE &value) noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
setLowerExclusive(const bool exclusive) noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
setUpper(const TYPE &value) noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
setUpperExclusive(const bool exclusive) noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |
upper() const noexcept | Mantid::Kernel::ArrayBoundedValidator< TYPE > | |