| 15012 | virtual ~Iterator() {} |
| 15013 | |
| 15014 | virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const { |
| 15015 | return base_; |
| 15016 | } |
| 15017 | // Advance should not be called on beyond-of-range iterators |
| 15018 | // so no component iterators must be beyond end of range, either. |
| 15019 | virtual void Advance() { |
nothing calls this directly
no outgoing calls
no test coverage detected