- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parameters/Validators/DiscreteValidator.hpp
re45c1d rdc438c 42 42 43 43 void appendValidValue(const T &_value) throw(ParameterValidatorException); 44 const std::vector<T> &getValidValues() const;44 virtual const std::vector<T> &getValidValues() const; 45 45 46 46 private:
Note:
See TracChangeset
for help on using the changeset viewer.