- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/MpqcParser_Parameters.hpp
r7f570c re45c1d 23 23 #include "Parser/FormatParser_Parameters.hpp" 24 24 25 #include "Parser/Parameters/ContinuousParameter.hpp" 25 #include "Parameters/Parameter.hpp" 26 #include "Parameters/Value.hpp" 26 27 27 28 // specialization for bool (we want "yes/no" not "1/0") 28 template <> const std::string ContinuousValue<bool>::get() const;29 template <> void ContinuousValue<bool>::set(const std::string _value);29 template <> const std::string Value<bool>::getAsString() const throw(ParameterValueException); 30 template <> void Value<bool>::setAsString(const std::string _value) throw(ParameterException); 30 31 31 32 class MpqcParser;
Note:
See TracChangeset
for help on using the changeset viewer.