Changeset 73faf4 for src/Parameters/Parameter.hpp
- Timestamp:
- May 8, 2017, 2:00:47 PM (8 years ago)
- Branches:
- ForceAnnealing_goodresults, ForceAnnealing_tocheck
- Children:
- c8165c
- Parents:
- ce254c (diff), cb6357 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/Parameters/Parameter.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parameters/Parameter.hpp
rce254c r73faf4 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.
