Home | History | Annotate | Download | only in xmpp

Lines Matching refs:enumerator

90   //! Gets an enumerator for the members in the chatroom
91 //! The caller must delete the enumerator when the caller is finished with it.
92 //! The caller must also ensure that the lifetime of the enumerator is
94 virtual XmppReturnStatus CreateMemberEnumerator(XmppChatroomMemberEnumerator** enumerator) = 0;
110 //! Returns null if the enumerator is before the beginning
114 //! Returns whether the enumerator is valid
116 //! since the enumerator was created
119 //! Returns whether the enumerator is before the beginning
120 //! This is the initial state of the enumerator
123 //! Returns whether the enumerator is after the end
126 //! Advances the enumerator to the next position
127 //! Returns false is the enumerator is advanced
131 //! Advances the enumerator to the previous position
132 //! Returns false is the enumerator is advanced