| 10485 | class ParamIteratorInterface { |
| 10486 | public: |
| 10487 | virtual ~ParamIteratorInterface() {} |
| 10488 | // A pointer to the base generator instance. |
| 10489 | // Used only for the purposes of iterator comparison |
| 10490 | // to make sure that two iterators belong to the same generator. |
nothing calls this directly
no outgoing calls
no test coverage detected