4 #include "opals/config.hpp"
5 #include "opals/String.hpp"
6 #include "opals/CustomOptionType.hpp"
24 bool isAbsValue()
const;
25 bool isQuantile()
const;
27 double getAbsValue()
const;
28 double getQuantile()
const;
29 double getPercentage()
const;
33 void setAbsValue(
const double& value);
34 void setQuantile(
const double& quantile);
35 void setPercentage(
const double& percentage);
44 static const char* help(
bool);
45 static const char* syntax();
46 static bool exportsPythonType();
Base class for all custom parameter types.
Definition: CustomOptionType.hpp:39
AbsValueOrQuantile provides a container to either store an absolute value or a realtive quantile,...
Definition: AbsValueOrQuantile.hpp:15
Contains the public interface of OPALS.
Definition: AbsValueOrQuantile.hpp:8
A dynamic character string whose interface conforms to STL's std::string.
Definition: String.hpp:35