| 13805 | virtual ~Iterator() {} |
| 13806 | |
| 13807 | virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const { |
| 13808 | return base_; |
| 13809 | } |
| 13810 | // Advance should not be called on beyond-of-range iterators |
| 13811 | // so no component iterators must be beyond end of range, either. |
| 13812 | virtual void Advance() { |
nothing calls this directly
no outgoing calls
no test coverage detected