Home | History | Annotate | Download | only in Support

Lines Matching refs:OptionValueBase

467 struct OptionValueBase : public GenericOptionValue {
485 ~OptionValueBase() = default;
526 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {
530 OptionValueBase() = default;
531 OptionValueBase(const OptionValueBase&) = default;
532 OptionValueBase &operator=(const OptionValueBase &) = default;
533 ~OptionValueBase() = default;
539 : OptionValueBase<DataType, std::is_class<DataType>::value> {