Searched defs:OptionValueBase (Results 1 – 4 of 4) sorted by relevance
336 struct OptionValueBase : public GenericOptionValue { struct338 typedef OptionValue<DataType> WrapperType;340 bool hasValue() const { return false; } in hasValue()342 const DataType &getValue() const { assert(false && "no default value"); } in getValue()346 void setValue(const DT& /*V*/) {} in setValue()348 bool compare(const DataType &/*V*/) const { return false; } in compare()350 virtual bool compare(const GenericOptionValue& /*V*/) const { return false; } in compare()
471 struct OptionValueBase : public GenericOptionValue { struct489 ~OptionValueBase() = default; argument
437 struct OptionValueBase : public GenericOptionValue { struct455 ~OptionValueBase() = default; argument
456 struct OptionValueBase : public GenericOptionValue { struct474 ~OptionValueBase() = default; argument