| 14578 | virtual ~Iterator() {} |
| 14579 | |
| 14580 | virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const { |
| 14581 | return base_; |
| 14582 | } |
| 14583 | // Advance should not be called on beyond-of-range iterators |
| 14584 | // so no component iterators must be beyond end of range, either. |
| 14585 | virtual void Advance() { |
nothing calls this directly
no outgoing calls
no test coverage detected