Home | History | Annotate | Download | only in Support

Lines Matching refs:OptionValueBase

437 struct OptionValueBase : public GenericOptionValue {
455 ~OptionValueBase() = default;
496 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {
500 ~OptionValueBase() = default;
501 OptionValueBase() = default;
502 OptionValueBase(const OptionValueBase&) = default;
503 OptionValueBase &operator=(const OptionValueBase&) = default;
509 : OptionValueBase<DataType, std::is_class<DataType>::value> {