Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parameters/ValueInterface.hpp

    rb56114 r6440c6  
    3131  virtual bool isValid(const T & _value) const throw(ParameterValidatorException)=0;
    3232  virtual const T & get() const throw(ParameterValueException)=0;
    33   virtual const T & getUnvalidated() const throw(ParameterValueException)=0;
    3433  virtual void set(const T & _value) throw(ParameterException)=0;
    3534  virtual bool isSet() const=0;
Note: See TracChangeset for help on using the changeset viewer.