Changes in src/Parameters/Parameter.hpp [b56114:ddceb1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parameters/Parameter.hpp
rb56114 rddceb1 25 25 class ParameterValueException; 26 26 27 /** This class encapsulates a clon able, continuous value.27 /** This class encapsulates a cloneable, continuous value. 28 28 * 29 29 */ … … 48 48 bool isValidAsString(const std::string &_value) const throw(ParameterValidatorException); 49 49 const std::string getAsString() const throw(ParameterValueException); 50 const std::string getAsStringUnvalidated() const throw(ParameterValueException); 50 51 void setAsString(const std::string &_value) throw(ParameterValueException); 51 52 … … 78 79 }; 79 80 81 #include "Parameters/Specifics/Parameter_vector.hpp" 82 80 83 #include "Parameter_impl.hpp" 81 84
Note:
See TracChangeset
for help on using the changeset viewer.