Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parameters/Parameter.hpp

    rddceb1 rb56114  
    2525class ParameterValueException;
    2626
    27 /** This class encapsulates a cloneable, continuous value.
     27/** This class encapsulates a clonable, continuous value.
    2828 *
    2929 */
     
    4848  bool isValidAsString(const std::string &_value) const throw(ParameterValidatorException);
    4949  const std::string getAsString() const throw(ParameterValueException);
    50   const std::string getAsStringUnvalidated() const throw(ParameterValueException);
    5150  void setAsString(const std::string &_value) throw(ParameterValueException);
    5251
     
    7978};
    8079
    81 #include "Parameters/Specifics/Parameter_vector.hpp"
    82 
    8380#include "Parameter_impl.hpp"
    8481
Note: See TracChangeset for help on using the changeset viewer.