⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 classfg__forwarditerator.html

📁 《道法自然》书的源码FishGUI,一个跨平台的界面库
💻 HTML
📖 第 1 页 / 共 2 页
字号:
  <tr>    <td>      &nbsp;    </td>    <td><p>重载!=运算符函数. <p>比较正向迭代器是否不指向某个特定的对象 <dl compact><dt><b>返回:</b></dt><dd>true 不是指向该对象 false 指向该对象 </dd></dl><p>在文件<a class="el" href="FG__List_8h-source.html">FG_List.h</a>第<a class="el" href="FG__List_8h-source.html#l00215">215</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00219">FG_ForwardIterator&lt; NODE, ITEM &gt;::m_pNode</a>.    </td>  </tr></table><a class="anchor" name="a9" doxytag="FG_ForwardIterator::operator!=" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" colspan="4">template&lt;class NODE, class ITEM&gt; </td>        </tr>        <tr>          <td class="md" nowrap valign="top"> bool <a class="el" href="classFG__ForwardIterator.html">FG_ForwardIterator</a>&lt; NODE, ITEM &gt;::operator!= </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">const <a class="el" href="classFG__ForwardIterator.html">FG_ForwardIterator</a>&lt; NODE, ITEM &gt; &amp;&nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>i</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap> const<code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>重载!=运算符函数. <p>比较两个正向迭代器是否指向不同的对象 <dl compact><dt><b>返回:</b></dt><dd>true 指向不同的对象 false 指向同一个对象 </dd></dl><p>在文件<a class="el" href="FG__List_8h-source.html">FG_List.h</a>第<a class="el" href="FG__List_8h-source.html#l00197">197</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00219">FG_ForwardIterator&lt; NODE, ITEM &gt;::m_pNode</a>.    </td>  </tr></table><a class="anchor" name="a7" doxytag="FG_ForwardIterator::operator++" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" colspan="4">template&lt;class NODE, class ITEM&gt; </td>        </tr>        <tr>          <td class="md" nowrap valign="top"> const <a class="el" href="classFG__ForwardIterator.html">FG_ForwardIterator</a> <a class="el" href="classFG__ForwardIterator.html">FG_ForwardIterator</a>&lt; NODE, ITEM &gt;::operator++ </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">int&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>重载后置++运算符函数. <p>正向迭代器指向下一个对象 <dl compact><dt><b>返回:</b></dt><dd>改变前的正向迭代器 </dd></dl><p>在文件<a class="el" href="FG__List_8h-source.html">FG_List.h</a>第<a class="el" href="FG__List_8h-source.html#l00174">174</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00219">FG_ForwardIterator&lt; NODE, ITEM &gt;::m_pNode</a>.    </td>  </tr></table><a class="anchor" name="a6" doxytag="FG_ForwardIterator::operator++" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" colspan="4">template&lt;class NODE, class ITEM&gt; </td>        </tr>        <tr>          <td class="md" nowrap valign="top"> <a class="el" href="classFG__ForwardIterator.html">FG_ForwardIterator</a>&amp; <a class="el" href="classFG__ForwardIterator.html">FG_ForwardIterator</a>&lt; NODE, ITEM &gt;::operator++ </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>重载前置++运算符函数. <p>正向迭代器指向下一个对象 <dl compact><dt><b>返回:</b></dt><dd>改变后的正向迭代器 </dd></dl><p>在文件<a class="el" href="FG__List_8h-source.html">FG_List.h</a>第<a class="el" href="FG__List_8h-source.html#l00161">161</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00219">FG_ForwardIterator&lt; NODE, ITEM &gt;::m_pNode</a>.    </td>  </tr></table><a class="anchor" name="a3" doxytag="FG_ForwardIterator::operator->" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" colspan="4">template&lt;class NODE, class ITEM&gt; </td>        </tr>        <tr>          <td class="md" nowrap valign="top"> ITEM* <a class="el" href="classFG__ForwardIterator.html">FG_ForwardIterator</a>&lt; NODE, ITEM &gt;::operator-&gt; </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap> const<code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>重载-&gt;运算符函数. <p>把正向迭代器转换成其指向的对象的指针 <dl compact><dt><b>返回:</b></dt><dd>正向迭代器转换成其指向的对象的指针 </dd></dl><p>在文件<a class="el" href="FG__List_8h-source.html">FG_List.h</a>第<a class="el" href="FG__List_8h-source.html#l00137">137</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00219">FG_ForwardIterator&lt; NODE, ITEM &gt;::m_pNode</a>.    </td>  </tr></table><a class="anchor" name="a10" doxytag="FG_ForwardIterator::operator==" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" colspan="4">template&lt;class NODE, class ITEM&gt; </td>        </tr>        <tr>          <td class="md" nowrap valign="top"> bool <a class="el" href="classFG__ForwardIterator.html">FG_ForwardIterator</a>&lt; NODE, ITEM &gt;::operator== </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">ITEM *const&nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>p</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap> const<code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>重载==运算符函数. <p>比较正向迭代器是否指向某个特定的对象 <dl compact><dt><b>返回:</b></dt><dd>true 指向该对象 false 不是指向该对象 </dd></dl><p>在文件<a class="el" href="FG__List_8h-source.html">FG_List.h</a>第<a class="el" href="FG__List_8h-source.html#l00206">206</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00219">FG_ForwardIterator&lt; NODE, ITEM &gt;::m_pNode</a>.    </td>  </tr></table><a class="anchor" name="a8" doxytag="FG_ForwardIterator::operator==" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" colspan="4">template&lt;class NODE, class ITEM&gt; </td>        </tr>        <tr>          <td class="md" nowrap valign="top"> bool <a class="el" href="classFG__ForwardIterator.html">FG_ForwardIterator</a>&lt; NODE, ITEM &gt;::operator== </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">const <a class="el" href="classFG__ForwardIterator.html">FG_ForwardIterator</a>&lt; NODE, ITEM &gt; &amp;&nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>i</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap> const<code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>重载==运算符函数. <p>比较两个正向迭代器是否指向同一个对象 <dl compact><dt><b>返回:</b></dt><dd>true 指向同一个对象 false 指向不同的对象 </dd></dl><p>在文件<a class="el" href="FG__List_8h-source.html">FG_List.h</a>第<a class="el" href="FG__List_8h-source.html#l00188">188</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00219">FG_ForwardIterator&lt; NODE, ITEM &gt;::m_pNode</a>.    </td>  </tr></table><hr><h2>成员数据文档</h2><a class="anchor" name="p0" doxytag="FG_ForwardIterator::m_pNode" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" colspan="4">template&lt;class NODE, class ITEM&gt; </td>        </tr>        <tr>          <td class="md" nowrap valign="top"> NODE* <a class="el" href="classFG__ForwardIterator.html">FG_ForwardIterator</a>&lt; NODE, ITEM &gt;::<a class="el" href="classFG__ForwardIterator.html#p0">m_pNode</a><code> [protected]</code>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>正向迭代器当前指向的节点. <p><p>在文件<a class="el" href="FG__List_8h-source.html">FG_List.h</a>第<a class="el" href="FG__List_8h-source.html#l00219">219</a>行定义。<p>参考自 <a class="el" href="FG__List_8h-source.html#l00114">FG_ForwardIterator&lt; NODE, ITEM &gt;::FG_ForwardIterator()</a>、<a class="el" href="FG__List_8h-source.html#l00153">FG_ForwardIterator&lt; NODE, ITEM &gt;::IsDone()</a>、<a class="el" href="FG__List_8h-source.html#l00129">FG_ForwardIterator&lt; NODE, ITEM &gt;::operator *()</a>、<a class="el" href="FG__List_8h-source.html#l00145">FG_ForwardIterator&lt; NODE, ITEM &gt;::operator ITEM *()</a>、<a class="el" href="FG__List_8h-source.html#l00197">FG_ForwardIterator&lt; NODE, ITEM &gt;::operator!=()</a>、<a class="el" href="FG__List_8h-source.html#l00161">FG_ForwardIterator&lt; NODE, ITEM &gt;::operator++()</a>、<a class="el" href="FG__List_8h-source.html#l00137">FG_ForwardIterator&lt; NODE, ITEM &gt;::operator-&gt;()</a>及<a class="el" href="FG__List_8h-source.html#l00188">FG_ForwardIterator&lt; NODE, ITEM &gt;::operator==()</a>.    </td>  </tr></table><hr>该类的文档由以下文件生成:<ul><li><a class="el" href="FG__List_8h-source.html">FG_List.h</a></ul><hr><center>由 DoxyGen 1.3.6 于 Wed Jun 9 22:38:33 2004 生成<br>版权所有 (C) 2003,2004 王咏武</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -