Changes in src/Parameters/Value.hpp [b56114:f8bccc]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parameters/Value.hpp
rb56114 rf8bccc 77 77 // functions for ValueInterface 78 78 bool isValid(const T &_value) const throw(ParameterValidatorException); 79 const T & getUnvalidated() const throw(ParameterValueException);80 79 const T & get() const throw(ParameterValueException); 81 80 void set(const T & _value) throw(ParameterException);
Note:
See TracChangeset
for help on using the changeset viewer.