Home | History | Annotate | Download | only in Support

Lines Matching refs:OptionValueBase

456 struct OptionValueBase : public GenericOptionValue {
474 ~OptionValueBase() = default;
515 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {
519 OptionValueBase() = default;
520 OptionValueBase(const OptionValueBase&) = default;
521 ~OptionValueBase() = default;
522 OptionValueBase &operator=(const OptionValueBase&) = default;
528 : OptionValueBase<DataType, std::is_class<DataType>::value> {