| 13945 | return new Iterator(*this); |
| 13946 | } |
| 13947 | virtual const ParamType* Current() const { return ¤t_value_; } |
| 13948 | virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { |
| 13949 | // Having the same base generator guarantees that the other |
| 13950 | // iterator is of the same type and we can downcast. |
nothing calls this directly
no outgoing calls
no test coverage detected