.. index:: pair: class; EE::UI::CSS::PropertyIdSet .. _doxid-class_e_e_1_1_u_i_1_1_c_s_s_1_1_property_id_set: class EE::UI::CSS::PropertyIdSet ================================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class PropertyIdSet { public: // methods void :target:`insert`(:ref:`Uint32` id); void :target:`clear`(); void :target:`erase`(:ref:`Uint32` id); bool :target:`empty`() const; bool :target:`contains`(:ref:`Uint32` id) const; size_t :target:`size`() const; PropertyIdSet& :target:`operator|=`(const PropertyIdSet& other); PropertyIdSet :target:`operator|`(const PropertyIdSet& other) const; PropertyIdSet& :target:`operator&=`(const PropertyIdSet& other); PropertyIdSet :target:`operator&`(const PropertyIdSet& other) const; :ref:`PropertyIdSetIterator` :target:`begin`() const; :ref:`PropertyIdSetIterator` :target:`end`() const; :ref:`PropertyIdSetIterator` :target:`erase`(const :ref:`PropertyIdSetIterator`& it); };