Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parameters/Parameter.hpp

    rcf1d82 rb56114  
    5353  bool isValid(const T &_value) const throw(ParameterValidatorException);
    5454  const T & get() const throw(ParameterValueException);
     55  const T & getUnvalidated() const throw(ParameterValueException);
    5556  void set(const T & _value) throw(ParameterValueException);
    5657  bool isSet() const
Note: See TracChangeset for help on using the changeset viewer.