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