Mantid
Loading...
Searching...
No Matches
Mantid::Kernel::BoundedValidator< TYPE > Member List

This is the complete list of members for Mantid::Kernel::BoundedValidator< TYPE >, including all inherited members.

BoundedValidator() noexceptMantid::Kernel::BoundedValidator< TYPE >inline
BoundedValidator(const TYPE &lowerBound, const TYPE &upperBound, bool exclusive=false) noexceptMantid::Kernel::BoundedValidator< TYPE >inline
checkValidity(const TYPE &value) const overrideMantid::Kernel::BoundedValidator< TYPE >inlineprivate
clearBounds() noexceptMantid::Kernel::BoundedValidator< TYPE >inline
clearLower() noexceptMantid::Kernel::BoundedValidator< TYPE >inline
clearUpper() noexceptMantid::Kernel::BoundedValidator< TYPE >inline
clone() const overrideMantid::Kernel::BoundedValidator< TYPE >inline
errorAdjustment(const TYPE &boundingValue, const int boundID) constMantid::Kernel::BoundedValidator< TYPE >inlineprivate
errorAdjustment(const double &boundingValue, const int boundID) constMantid::Kernel::BoundedValidator< TYPE >inlineprivate
errorAdjustment(const int &boundingValue, const int boundID) constMantid::Kernel::BoundedValidator< TYPE >inlineprivate
hasLower() const noexceptMantid::Kernel::BoundedValidator< TYPE >inline
hasUpper() const noexceptMantid::Kernel::BoundedValidator< TYPE >inline
isLowerExclusive() const noexceptMantid::Kernel::BoundedValidator< TYPE >inline
isUpperExclusive() const noexceptMantid::Kernel::BoundedValidator< TYPE >inline
lower() const noexceptMantid::Kernel::BoundedValidator< TYPE >inline
m_errorMantid::Kernel::BoundedValidator< TYPE >private
m_hasErrorMantid::Kernel::BoundedValidator< TYPE >private
m_hasLowerBoundMantid::Kernel::BoundedValidator< TYPE >private
m_hasUpperBoundMantid::Kernel::BoundedValidator< TYPE >private
m_lowerBoundMantid::Kernel::BoundedValidator< TYPE >private
m_lowerExclusiveMantid::Kernel::BoundedValidator< TYPE >private
m_upperBoundMantid::Kernel::BoundedValidator< TYPE >private
m_upperExclusiveMantid::Kernel::BoundedValidator< TYPE >private
setBounds(const TYPE &lower, const TYPE &upper) noexceptMantid::Kernel::BoundedValidator< TYPE >inline
setError(const TYPE &value)Mantid::Kernel::BoundedValidator< TYPE >inline
setError(const std::string &value)Mantid::Kernel::BoundedValidator< TYPE >inline
setExclusive(const bool exclusive) noexceptMantid::Kernel::BoundedValidator< TYPE >inline
setLower(const TYPE &value) noexceptMantid::Kernel::BoundedValidator< TYPE >inline
setLowerExclusive(const bool exclusive) noexceptMantid::Kernel::BoundedValidator< TYPE >inline
setUpper(const TYPE &value) noexceptMantid::Kernel::BoundedValidator< TYPE >inline
setUpperExclusive(const bool exclusive) noexceptMantid::Kernel::BoundedValidator< TYPE >inline
upper() const noexceptMantid::Kernel::BoundedValidator< TYPE >inline