Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parameters/Value.hpp

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