Changes in src/Parameters/ValueInterface.hpp [6440c6:b56114]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parameters/ValueInterface.hpp
r6440c6 rb56114 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; 33 34 virtual void set(const T & _value) throw(ParameterException)=0; 34 35 virtual bool isSet() const=0;
Note:
See TracChangeset
for help on using the changeset viewer.