| 14787 | virtual ~Iterator() {} |
| 14788 | |
| 14789 | virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const { |
| 14790 | return base_; |
| 14791 | } |
| 14792 | // Advance should not be called on beyond-of-range iterators |
| 14793 | // so no component iterators must be beyond end of range, either. |
| 14794 | virtual void Advance() { |
nothing calls this directly
no outgoing calls
no test coverage detected