.. index:: pair: class; EE::System::LuaPattern::Match::iterator .. _doxid-class_e_e_1_1_system_1_1_lua_pattern_1_1_match_1_1iterator: class EE::System::LuaPattern::Match::iterator ============================================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class iterator { public: // construction :target:`iterator`(:ref:`Match`* pm); // methods bool :target:`operator!=`(const iterator& other); bool :target:`operator==`(const iterator& other); const :ref:`Match`& :target:`operator*`() const; iterator& :target:`operator++`(); };