Changes in src/Parameters/Parameter.hpp [ddceb1:b56114]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parameters/Parameter.hpp
rddceb1 rb56114 25 25 class ParameterValueException; 26 26 27 /** This class encapsulates a clon eable, continuous value.27 /** This class encapsulates a clonable, 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);51 50 void setAsString(const std::string &_value) throw(ParameterValueException); 52 51 … … 79 78 }; 80 79 81 #include "Parameters/Specifics/Parameter_vector.hpp"82 83 80 #include "Parameter_impl.hpp" 84 81
Note:
See TracChangeset
for help on using the changeset viewer.