.. index:: pair: class; EE::UI::CSS::PropertyIdSetIterator .. _doxid-class_e_e_1_1_u_i_1_1_c_s_s_1_1_property_id_set_iterator: class EE::UI::CSS::PropertyIdSetIterator ======================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class PropertyIdSetIterator { public: // typedefs typedef std::set<:ref:`Uint32`>::const_iterator :target:`CustomIdsIt`; // construction :target:`PropertyIdSetIterator`(); :target:`PropertyIdSetIterator`(const :ref:`PropertyIdSet`* container, :ref:`CustomIdsIt` custom_ids_iterator); // methods PropertyIdSetIterator& :target:`operator++`(); bool :target:`operator==`(const PropertyIdSetIterator& other) const; bool :target:`operator!=`(const PropertyIdSetIterator& other) const; :ref:`Uint32` :target:`operator*`() const; };