Changes in src/Parameters/ValueInterface.hpp [b56114:6440c6]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parameters/ValueInterface.hpp
rb56114 r6440c6 31 31 virtual bool isValid(const T & _value) const throw(ParameterValidatorException)=0; 32 32 virtual const T & get() const throw(ParameterValueException)=0; 33 virtual const T & getUnvalidated() const throw(ParameterValueException)=0;34 33 virtual void set(const T & _value) throw(ParameterException)=0; 35 34 virtual bool isSet() const=0;
Note:
See TracChangeset
for help on using the changeset viewer.