Lines Matching refs:iterator

46 	It is light-weight class, an object of which is returned when a iterator
85 Iterator Erase(const Iterator &iterator);
235 inline VectorMapIterator(Parent *parent, const EntryIterator &iterator)
237 fIterator(iterator)
383 \param iterator An iterator referring to the entry to be removed.
384 \return An iterator referring to the entry succeeding the removed
386 removed), or Null(), if \a iterator was an invalid iterator
391 _VECTOR_MAP_CLASS_NAME::Erase(const Iterator &iterator)
393 return Iterator(this, fElements.Erase(iterator.GetIterator()));
431 /*! \brief Returns an iterator referring to the beginning of the map.
436 \return An iterator referring to the beginning of the map.
447 /*! \brief Returns an iterator referring to the beginning of the map.
452 \return An iterator referring to the beginning of the map.
463 /*! \brief Returns an iterator referring to the end of the map.
468 \return An iterator referring to the end of the map.
479 /*! \brief Returns an iterator referring to the end of the map.
484 \return An iterator referring to the end of the map.
495 /*! \brief Returns an invalid iterator.
500 \return An invalid iterator.
511 /*! \brief Returns an invalid iterator.
516 \return An invalid iterator.
527 /*! \brief Returns an iterator referring to the entry with the
530 \return An iterator referring to the found entry, or End(), if the
545 /*! \brief Returns an iterator referring to the entry with the
548 \return An iterator referring to the found entry, or End(), if the
563 /*! \brief Returns an iterator referring to the entry with a key closest
566 If the map contains an entry with the specified key, an iterator
567 to it is returned. Otherwise \a less indicates whether an iterator to
581 \return An iterator referring to the found entry, or End(), if the
604 /*! \brief Returns an iterator referring to the entry with a key closest
607 If the map contains an entry with the specified key, an iterator
608 to it is returned. Otherwise \a less indicates whether an iterator to
622 \return An iterator referring to the found entry, or End(), if the