Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parameters/ValueInterface.hpp

    r6440c6 rb56114  
    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;
    3334  virtual void set(const T & _value) throw(ParameterException)=0;
    3435  virtual bool isSet() const=0;
Note: See TracChangeset for help on using the changeset viewer.