|
ApraPipes 1.0
|
This is the complete list of members for apra::RangeValidator< T >, including all inherited members.
| describe() const override | apra::RangeValidator< T > | inlinevirtual |
| max_ | apra::RangeValidator< T > | private |
| maxInclusive_ | apra::RangeValidator< T > | private |
| min_ | apra::RangeValidator< T > | private |
| minInclusive_ | apra::RangeValidator< T > | private |
| RangeValidator(T min, T max, bool minInclusive=true, bool maxInclusive=true) | apra::RangeValidator< T > | inline |
| validate(const std::string &propName, const ScalarPropertyValue &value) const override | apra::RangeValidator< T > | inlinevirtual |
| ~PropertyValidator()=default | apra::PropertyValidator | virtual |