Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parameters/Value.hpp

    rf8bccc rb56114  
    7777  // functions for ValueInterface
    7878  bool isValid(const T &_value) const throw(ParameterValidatorException);
     79  const T & getUnvalidated() const throw(ParameterValueException);
    7980  const T & get() const throw(ParameterValueException);
    8081  void set(const T & _value) throw(ParameterException);
Note: See TracChangeset for help on using the changeset viewer.