BoolOption & operator=(bool b)
BoolOption(const char *d, bool v)
DoubleOption(const char *d, double def=double(), DoubleRange r=DoubleRange(-HUGE_VAL, false, HUGE_VAL, false))
DoubleOption & operator=(double x)
IntOption & operator=(int32_t x)
IntOption(const char *d, int32_t def=int32_t(), IntRange r=IntRange(INT32_MIN, INT32_MAX))
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
DoubleRange(double b, bool binc, double e, bool einc)