| 13902 | g3_.begin()); |
| 13903 | } |
| 13904 | virtual ParamIteratorInterface<ParamType>* End() const { |
| 13905 | return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end()); |
| 13906 | } |
| 13907 | |
| 13908 | private: |
| 13909 | class Iterator : public ParamIteratorInterface<ParamType> { |