Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parameters/Parameter.hpp

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