Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > d5e62c01ae8d1e579463c6a871dd44bf > files > 592

qtbase5-doc-5.12.6-2.mga7.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qiterator.qdoc -->
  <title>QMutableHashIterator Class | Qt Core 5.12.6</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td >Qt 5.12</td><td ><a href="qtcore-index.html">Qt Core</a></td><td ><a href="qtcore-module.html">C++ Classes</a></td><td >QMutableHashIterator</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right"><a href="qtcore-index.html">Qt 5.12.6 Reference Documentation</a></td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">QMutableHashIterator Class</h1>
<!-- $$$QMutableHashIterator-brief -->
<p>The <a href="qmutablehashiterator.html">QMutableHashIterator</a> class provides a Java-style non-const iterator for <a href="qhash.html#qhash">QHash</a> and <a href="qmultihash.html">QMultiHash</a>. <a href="#details">More...</a></p>
<!-- @@@QMutableHashIterator -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign">   <span class="preprocessor">#include &lt;QMutableHashIterator&gt;</span>
</td></tr><tr><td class="memItemLeft rightAlign topAlign"> qmake:</td><td class="memItemRight bottomAlign"> QT += core</td></tr></table></div><ul>
<li><a href="qmutablehashiterator-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2 id="public-functions">Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#QMutableHashIterator">QMutableHashIterator</a></b>(QHash&lt;Key, T&gt; &amp;<i>hash</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#findNext">findNext</a></b>(const T &amp;<i>value</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#findPrevious">findPrevious</a></b>(const T &amp;<i>value</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#hasNext">hasNext</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#hasPrevious">hasPrevious</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const Key &amp;</td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#key">key</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QMutableHashIterator::Item </td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#next">next</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QMutableHashIterator::Item </td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#peekNext">peekNext</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QMutableHashIterator::Item </td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#peekPrevious">peekPrevious</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QMutableHashIterator::Item </td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#previous">previous</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#remove">remove</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#setValue">setValue</a></b>(const T &amp;<i>value</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#toBack">toBack</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#toFront">toFront</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const T &amp;</td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#value">value</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> T &amp;</td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#value-1">value</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QMutableHashIterator&lt;Key, T&gt; &amp;</td><td class="memItemRight bottomAlign"><b><a href="qmutablehashiterator.html#operator-eq">operator=</a></b>(QHash&lt;Key, T&gt; &amp;<i>container</i>)</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$QMutableHashIterator-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qmutablehashiterator.html">QMutableHashIterator</a> class provides a Java-style non-const iterator for <a href="qhash.html#qhash">QHash</a> and <a href="qmultihash.html">QMultiHash</a>.</p>
<p><a href="qhash.html#qhash">QHash</a> has both <a href="containers.html#java-style-iterators">Java-style iterators</a> and <a href="containers.html#stl-style-iterators">STL-style iterators</a>. The Java-style iterators are more high-level and easier to use than the STL-style iterators; on the other hand, they are slightly less efficient.</p>
<p><a href="qmutablehashiterator.html">QMutableHashIterator</a>&lt;Key, T&gt; allows you to iterate over a <a href="qhash.html#qhash">QHash</a> (or a <a href="qmultihash.html">QMultiHash</a>) and modify the hash. If you don't want to modify the hash (or have a const <a href="qhash.html#qhash">QHash</a>), use the slightly faster <a href="qhashiterator.html">QHashIterator</a> instead.</p>
<p>The <a href="qmutablehashiterator.html">QMutableHashIterator</a> constructor takes a <a href="qhash.html#qhash">QHash</a> as argument. After construction, the iterator is located at the very beginning of the hash (before the first item). Here's how to iterate over all the elements sequentially:</p>
<pre class="cpp">

  <span class="type"><a href="qhash.html">QHash</a></span><span class="operator">&lt;</span><span class="type">int</span><span class="operator">,</span> <span class="type"><a href="../qtwidgets/qwidget.html">QWidget</a></span> <span class="operator">*</span><span class="operator">&gt;</span> hash;
  <span class="operator">.</span><span class="operator">.</span><span class="operator">.</span>
  <span class="type"><a href="qmutablehashiterator.html#QMutableHashIterator">QMutableHashIterator</a></span><span class="operator">&lt;</span><span class="type"><a href="qstring.html">QString</a></span><span class="operator">,</span> <span class="type"><a href="../qtwidgets/qwidget.html">QWidget</a></span> <span class="operator">*</span><span class="operator">&gt;</span> i(hash);
  <span class="keyword">while</span> (i<span class="operator">.</span>hasNext()) {
      i<span class="operator">.</span>next();
      <a href="qtglobal.html#qDebug">qDebug</a>() <span class="operator">&lt;</span><span class="operator">&lt;</span> i<span class="operator">.</span>key() <span class="operator">&lt;</span><span class="operator">&lt;</span> <span class="string">&quot;: &quot;</span> <span class="operator">&lt;</span><span class="operator">&lt;</span> i<span class="operator">.</span>value();
  }

</pre>
<p>The <a href="qmutablehashiterator.html#next">next</a>() function returns the next item in the hash and advances the iterator. The <a href="qmutablehashiterator.html#key">key</a>() and <a href="qmutablehashiterator.html#value">value</a>() functions return the key and value of the last item that was jumped over.</p>
<p>Unlike STL-style iterators, Java-style iterators point <i>between</i> items rather than directly <i>at</i> items. The first call to <a href="qmutablehashiterator.html#next">next</a>() advances the iterator to the position between the first and second item, and returns the first item; the second call to <a href="qmutablehashiterator.html#next">next</a>() advances the iterator to the position between the second and third item; and so on.</p>
<p class="centerAlign"><img src="images/javaiterators1.png" alt="" /></p><p>Here's how to iterate over the elements in reverse order:</p>
<pre class="cpp">

  <span class="type"><a href="qmutablehashiterator.html#QMutableHashIterator">QMutableHashIterator</a></span><span class="operator">&lt;</span><span class="type">int</span><span class="operator">,</span> <span class="type"><a href="../qtwidgets/qwidget.html">QWidget</a></span> <span class="operator">*</span><span class="operator">&gt;</span> i(hash);
  i<span class="operator">.</span>toBack();
  <span class="keyword">while</span> (i<span class="operator">.</span>hasPrevious()) {
      i<span class="operator">.</span>previous();
      <a href="qtglobal.html#qDebug">qDebug</a>() <span class="operator">&lt;</span><span class="operator">&lt;</span> i<span class="operator">.</span>key() <span class="operator">&lt;</span><span class="operator">&lt;</span> <span class="string">&quot;: &quot;</span> <span class="operator">&lt;</span><span class="operator">&lt;</span> i<span class="operator">.</span>value();
  }

</pre>
<p>If you want to find all occurrences of a particular value, use <a href="qmutablehashiterator.html#findNext">findNext</a>() or <a href="qmutablehashiterator.html#findPrevious">findPrevious</a>() in a loop. For example:</p>
<pre class="cpp">

  <span class="type"><a href="qmutablehashiterator.html#QMutableHashIterator">QMutableHashIterator</a></span><span class="operator">&lt;</span><span class="type">int</span><span class="operator">,</span> <span class="type"><a href="../qtwidgets/qwidget.html">QWidget</a></span> <span class="operator">*</span><span class="operator">&gt;</span> i(hash);
  <span class="keyword">while</span> (i<span class="operator">.</span>findNext(widget)) {
      <a href="qtglobal.html#qDebug">qDebug</a>() <span class="operator">&lt;</span><span class="operator">&lt;</span> <span class="string">&quot;Found widget &quot;</span> <span class="operator">&lt;</span><span class="operator">&lt;</span> widget <span class="operator">&lt;</span><span class="operator">&lt;</span> <span class="string">&quot; under key &quot;</span>
               <span class="operator">&lt;</span><span class="operator">&lt;</span> i<span class="operator">.</span>key();
  }

</pre>
<p>If you want to remove items as you iterate over the hash, use <a href="qmutablehashiterator.html#remove">remove</a>(). If you want to modify the value of an item, use <a href="qmutablehashiterator.html#setValue">setValue</a>().</p>
<p>Example:</p>
<pre class="cpp">

  <span class="type"><a href="qmutablehashiterator.html#QMutableHashIterator">QMutableHashIterator</a></span><span class="operator">&lt;</span><span class="type"><a href="qstring.html">QString</a></span><span class="operator">,</span> <span class="type"><a href="qstring.html">QString</a></span><span class="operator">&gt;</span> i(hash);
  <span class="keyword">while</span> (i<span class="operator">.</span>hasNext()) {
      i<span class="operator">.</span>next();
      <span class="keyword">if</span> (i<span class="operator">.</span>key() <span class="operator">=</span><span class="operator">=</span> i<span class="operator">.</span>value())
          i<span class="operator">.</span>remove();
  }

</pre>
<p>The example removes all (key, value) pairs where the key and the value are the same.</p>
<p>Only one mutable iterator can be active on a given hash at any time. Furthermore, no changes should be done directly to the hash while the iterator is active (as opposed to through the iterator), since this could invalidate the iterator and lead to undefined behavior.</p>
</div>
<p><b>See also </b><a href="qhashiterator.html">QHashIterator</a> and <a href="qhash-iterator.html">QHash::iterator</a>.</p>
<!-- @@@QMutableHashIterator -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$ -->
<h3 class="fn fngroupitem" id="setValue"><a name="setValue"></a><span class="type">void</span> QMutableHashIterator::<span class="name">setValue</span>(const <span class="type">T</span> &amp;<i>value</i>)</h3>
<p>Replaces the value of the last item that was jumped over using one of the traversal functions with <i>value</i>.</p>
<p>The traversal functions are <a href="qmutablehashiterator.html#next">next</a>(), <a href="qmutablehashiterator.html#previous">previous</a>(), <a href="qmutablehashiterator.html#findNext">findNext</a>(), and <a href="qmutablehashiterator.html#findPrevious">findPrevious</a>().</p>
<p><b>See also </b><a href="qmutablehashiterator.html#key">key</a>(), <a href="qmutablehashiterator.html#value">value</a>(), and <a href="qmutablehashiterator.html#remove">remove</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="remove"><a name="remove"></a><span class="type">void</span> QMutableHashIterator::<span class="name">remove</span>()</h3>
<p>Removes the last item that was jumped over using one of the traversal functions (<a href="qmutablehashiterator.html#next">next</a>(), <a href="qmutablehashiterator.html#previous">previous</a>(), <a href="qmutablehashiterator.html#findNext">findNext</a>(), <a href="qmutablehashiterator.html#findPrevious">findPrevious</a>()).</p>
<p><b>See also </b><a href="qmutablehashiterator.html#setValue">setValue</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="findPrevious"><a name="findPrevious"></a><span class="type">bool</span> QMutableHashIterator::<span class="name">findPrevious</span>(const <span class="type">T</span> &amp;<i>value</i>)</h3>
<p>Searches for <i>value</i> starting from the current iterator position backward. Returns <code>true</code> if a (key, value) pair with value <i>value</i> is found; otherwise returns <code>false</code>.</p>
<p>After the call, if <i>value</i> was found, the iterator is positioned just before the matching item; otherwise, the iterator is positioned at the front of the container.</p>
<p><b>See also </b><a href="qmutablehashiterator.html#findNext">findNext</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="findNext"><a name="findNext"></a><span class="type">bool</span> QMutableHashIterator::<span class="name">findNext</span>(const <span class="type">T</span> &amp;<i>value</i>)</h3>
<p>Searches for <i>value</i> starting from the current iterator position forward. Returns <code>true</code> if a (key, value) pair with value <i>value</i> is found; otherwise returns <code>false</code>.</p>
<p>After the call, if <i>value</i> was found, the iterator is positioned just after the matching item; otherwise, the iterator is positioned at the back of the container.</p>
<p><b>See also </b><a href="qmutablehashiterator.html#findPrevious">findPrevious</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="key"><a name="key"></a>const <span class="type">Key</span> &amp;QMutableHashIterator::<span class="name">key</span>() const</h3>
<p>Returns the key of the last item that was jumped over using one of the traversal functions (<a href="qmutablehashiterator.html#next">next</a>(), <a href="qmutablehashiterator.html#previous">previous</a>(), <a href="qmutablehashiterator.html#findNext">findNext</a>(), <a href="qmutablehashiterator.html#findPrevious">findPrevious</a>()).</p>
<p>After a call to <a href="qmutablehashiterator.html#next">next</a>() or <a href="qmutablehashiterator.html#findNext">findNext</a>(), <a href="qmutablehashiterator.html#key">key</a>() is equivalent to <a href="qmutablehashiterator.html#peekPrevious">peekPrevious</a>().<a href="qmutablehashiterator.html#key">key</a>(). After a call to <a href="qmutablehashiterator.html#previous">previous</a>() or <a href="qmutablehashiterator.html#findPrevious">findPrevious</a>(), <a href="qmutablehashiterator.html#key">key</a>() is equivalent to <a href="qmutablehashiterator.html#peekNext">peekNext</a>().<a href="qmutablehashiterator.html#key">key</a>().</p>
<p><b>See also </b><a href="qmutablehashiterator.html#value">value</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="value-1"><a name="value-1"></a><span class="type">T</span> &amp;QMutableHashIterator::<span class="name">value</span>()</h3>
<p>This is an overloaded function.</p>
<p>Returns a non-const reference to the value of the last item that was jumped over using one of the traversal functions.</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="value"><a name="value"></a>const <span class="type">T</span> &amp;QMutableHashIterator::<span class="name">value</span>() const</h3>
<p>Returns the value of the last item that was jumped over using one of the traversal functions (<a href="qmutablehashiterator.html#next">next</a>(), <a href="qmutablehashiterator.html#previous">previous</a>(), <a href="qmutablehashiterator.html#findNext">findNext</a>(), <a href="qmutablehashiterator.html#findPrevious">findPrevious</a>()).</p>
<p>After a call to <a href="qmutablehashiterator.html#next">next</a>() or <a href="qmutablehashiterator.html#findNext">findNext</a>(), <a href="qmutablehashiterator.html#value">value</a>() is equivalent to <a href="qmutablehashiterator.html#peekPrevious">peekPrevious</a>().<a href="qmutablehashiterator.html#value">value</a>(). After a call to <a href="qmutablehashiterator.html#previous">previous</a>() or <a href="qmutablehashiterator.html#findPrevious">findPrevious</a>(), <a href="qmutablehashiterator.html#value">value</a>() is equivalent to <a href="qmutablehashiterator.html#peekNext">peekNext</a>().<a href="qmutablehashiterator.html#value">value</a>().</p>
<p><b>See also </b><a href="qmutablehashiterator.html#key">key</a>() and <a href="qmutablehashiterator.html#setValue">setValue</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="peekPrevious"><a name="peekPrevious"></a><span class="type">QMutableHashIterator::Item</span> QMutableHashIterator::<span class="name">peekPrevious</span>() const</h3>
<p>Returns the previous item without moving the iterator.</p>
<p>Call <a href="qmutablehashiterator.html#key">key</a>() on the return value to obtain the item's key, and <a href="qmutablehashiterator.html#value">value</a>() to obtain the value.</p>
<p>Calling this function on an iterator located at the front of the container leads to undefined results.</p>
<p><b>See also </b><a href="qmutablehashiterator.html#hasPrevious">hasPrevious</a>(), <a href="qmutablehashiterator.html#previous">previous</a>(), and <a href="qmutablehashiterator.html#peekNext">peekNext</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="previous"><a name="previous"></a><span class="type">QMutableHashIterator::Item</span> QMutableHashIterator::<span class="name">previous</span>()</h3>
<p>Returns the previous item and moves the iterator back by one position.</p>
<p>Call <a href="qmutablehashiterator.html#key">key</a>() on the return value to obtain the item's key, and <a href="qmutablehashiterator.html#value">value</a>() to obtain the value.</p>
<p>Calling this function on an iterator located at the front of the container leads to undefined results.</p>
<p><b>See also </b><a href="qmutablehashiterator.html#hasPrevious">hasPrevious</a>(), <a href="qmutablehashiterator.html#peekPrevious">peekPrevious</a>(), and <a href="qmutablehashiterator.html#next">next</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="hasPrevious"><a name="hasPrevious"></a><span class="type">bool</span> QMutableHashIterator::<span class="name">hasPrevious</span>() const</h3>
<p>Returns <code>true</code> if there is at least one item behind the iterator, i.e&#x2e; the iterator is <i>not</i> at the front of the container; otherwise returns <code>false</code>.</p>
<p><b>See also </b><a href="qmutablehashiterator.html#hasNext">hasNext</a>() and <a href="qmutablehashiterator.html#previous">previous</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="peekNext"><a name="peekNext"></a><span class="type">QMutableHashIterator::Item</span> QMutableHashIterator::<span class="name">peekNext</span>() const</h3>
<p>Returns a reference to the next item without moving the iterator.</p>
<p>Call <a href="qmutablehashiterator.html#key">key</a>() on the return value to obtain the item's key, and <a href="qmutablehashiterator.html#value">value</a>() to obtain the value.</p>
<p>Calling this function on an iterator located at the back of the container leads to undefined results.</p>
<p><b>See also </b><a href="qmutablehashiterator.html#hasNext">hasNext</a>(), <a href="qmutablehashiterator.html#next">next</a>(), and <a href="qmutablehashiterator.html#peekPrevious">peekPrevious</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="next"><a name="next"></a><span class="type">QMutableHashIterator::Item</span> QMutableHashIterator::<span class="name">next</span>()</h3>
<p>Returns the next item and advances the iterator by one position.</p>
<p>Call <a href="qmutablehashiterator.html#key">key</a>() on the return value to obtain the item's key, and <a href="qmutablehashiterator.html#value">value</a>() to obtain the value.</p>
<p>Calling this function on an iterator located at the back of the container leads to undefined results.</p>
<p><b>See also </b><a href="qmutablehashiterator.html#hasNext">hasNext</a>(), <a href="qmutablehashiterator.html#peekNext">peekNext</a>(), and <a href="qmutablehashiterator.html#previous">previous</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="hasNext"><a name="hasNext"></a><span class="type">bool</span> QMutableHashIterator::<span class="name">hasNext</span>() const</h3>
<p>Returns <code>true</code> if there is at least one item ahead of the iterator, i.e&#x2e; the iterator is <i>not</i> at the back of the container; otherwise returns <code>false</code>.</p>
<p><b>See also </b><a href="qmutablehashiterator.html#hasPrevious">hasPrevious</a>() and <a href="qmutablehashiterator.html#next">next</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="toBack"><a name="toBack"></a><span class="type">void</span> QMutableHashIterator::<span class="name">toBack</span>()</h3>
<p>Moves the iterator to the back of the container (after the last item).</p>
<p><b>See also </b><a href="qmutablehashiterator.html#toFront">toFront</a>() and <a href="qmutablehashiterator.html#previous">previous</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="toFront"><a name="toFront"></a><span class="type">void</span> QMutableHashIterator::<span class="name">toFront</span>()</h3>
<p>Moves the iterator to the front of the container (before the first item).</p>
<p><b>See also </b><a href="qmutablehashiterator.html#toBack">toBack</a>() and <a href="qmutablehashiterator.html#next">next</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="operator-eq"><a name="operator-eq"></a><span class="type"><a href="qmutablehashiterator.html#QMutableHashIterator">QMutableHashIterator</a></span>&lt;<span class="type">Key</span>, <span class="type">T</span>&gt; &amp;QMutableHashIterator::<span class="name">operator=</span>(<span class="type"><a href="qhash.html">QHash</a></span>&lt;<span class="type">Key</span>, <span class="type">T</span>&gt; &amp;<i>container</i>)</h3>
<p>Makes the iterator operate on <i>hash</i>. The iterator is set to be at the front of the hash (before the first item).</p>
<p><b>See also </b><a href="qmutablehashiterator.html#toFront">toFront</a>() and <a href="qmutablehashiterator.html#toBack">toBack</a>().</p>
<!-- @@@ -->
<!-- $$$ -->
<h3 class="fn fngroupitem" id="QMutableHashIterator"><a name="QMutableHashIterator"></a>QMutableHashIterator::<span class="name">QMutableHashIterator</span>(<span class="type"><a href="qhash.html">QHash</a></span>&lt;<span class="type">Key</span>, <span class="type">T</span>&gt; &amp;<i>hash</i>)</h3>
<p>Constructs an iterator for traversing <i>hash</i>. The iterator is set to be at the front of the hash (before the first item).</p>
<p><b>See also </b><a href="qmutablehashiterator.html#operator-eq">operator=</a>().</p>
<!-- @@@ -->
</div>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2019 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br/>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br/>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>