| 15255 | virtual ~Iterator() {} |
| 15256 | |
| 15257 | virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const { |
| 15258 | return base_; |
| 15259 | } |
| 15260 | // Advance should not be called on beyond-of-range iterators |
| 15261 | // so no component iterators must be beyond end of range, either. |
| 15262 | virtual void Advance() { |
nothing calls this directly
no outgoing calls
no test coverage detected