| 712 | : public FieldEntryBase<TEntry, DType> { |
| 713 | public: |
| 714 | FieldEntryNumeric() |
| 715 | : has_begin_(false), has_end_(false) {} |
| 716 | // implement set_range |
| 717 | virtual TEntry &set_range(DType begin, DType end) { |
| 718 | begin_ = begin; end_ = end; |
nothing calls this directly
no outgoing calls
no test coverage detected