Changes in src/Parameters/Parameter.hpp [cf1d82:b56114]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parameters/Parameter.hpp
rcf1d82 rb56114 53 53 bool isValid(const T &_value) const throw(ParameterValidatorException); 54 54 const T & get() const throw(ParameterValueException); 55 const T & getUnvalidated() const throw(ParameterValueException); 55 56 void set(const T & _value) throw(ParameterValueException); 56 57 bool isSet() const
Note:
See TracChangeset
for help on using the changeset viewer.