Changeset ddceb1 for src/Parameters/Value.hpp
- Timestamp:
- May 8, 2017, 1:54:50 PM (8 years ago)
- Branches:
- ForceAnnealing_goodresults, ForceAnnealing_tocheck
- Children:
- 7630e3
- Parents:
- ac3a04
- git-author:
- Frederik Heber <heber@…> (03/31/17 19:18:12)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/08/17 13:54:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parameters/Value.hpp
rac3a04 rddceb1 85 85 bool isValidAsString(const std::string &_value) const throw(ParameterValidatorException); 86 86 const std::string getAsString() const throw(ParameterValueException); 87 const std::string getAsStringUnvalidated() const throw(ParameterValueException); 87 88 void setAsString(const std::string &_value) throw(ParameterException); 88 89
Note:
See TracChangeset
for help on using the changeset viewer.