26 TypedValue getProperty(
const std::string &name)
const noexcept override;
27 void setPropertyValue(
const std::string &name,
const std::string &
value)
override;
#define EXPORT_OPT_MANTIDQT_COMMON
double value
The value of the point.
AlgorithmRuntimeProps()=default
~AlgorithmRuntimeProps()=default
AlgorithmRuntimeProps(const AlgorithmRuntimeProps &)=default
bool operator==(const Mantid::Kernel::IPropertyManager &other) override=delete
AlgorithmRuntimeProps(AlgorithmRuntimeProps &&)=default
Interface to PropertyManager.
Property manager helper class.
std::string getPropertyValue(const std::string &name) const override
Get the value of a property as a string.
std::vector< std::string > getDeclaredPropertyNames() const noexcept override
Return the list of declared property names.
Utility class that enables the getProperty() method to effectively be templated on the return type.