📄 classfg__loopiterator.html
字号:
<tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" colspan="4">template<class ITEM> </td> </tr> <tr> <td class="md" nowrap valign="top"> const <a class="el" href="classFG__LoopIterator.html">FG_LoopIterator</a> <a class="el" href="classFG__LoopIterator.html">FG_LoopIterator</a>< ITEM >::operator++ </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">int </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </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#l00435">435</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00502">FG_LoopIterator< ITEM >::m_IsDone</a>、<a class="el" href="FG__List_8h-source.html#l00488">FG_LoopIterator< ITEM >::m_pFirst</a>及<a class="el" href="FG__List_8h-source.html#l00494">FG_LoopIterator< ITEM >::m_pStart</a>. </td> </tr></table><a class="anchor" name="a5" doxytag="FG_LoopIterator::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<class ITEM> </td> </tr> <tr> <td class="md" nowrap valign="top"> <a class="el" href="classFG__LoopIterator.html">FG_LoopIterator</a>& <a class="el" href="classFG__LoopIterator.html">FG_LoopIterator</a>< ITEM >::operator++ </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </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#l00415">415</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00502">FG_LoopIterator< ITEM >::m_IsDone</a>、<a class="el" href="FG__List_8h-source.html#l00488">FG_LoopIterator< ITEM >::m_pFirst</a>及<a class="el" href="FG__List_8h-source.html#l00494">FG_LoopIterator< ITEM >::m_pStart</a>. </td> </tr></table><a class="anchor" name="a2" doxytag="FG_LoopIterator::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<class ITEM> </td> </tr> <tr> <td class="md" nowrap valign="top"> ITEM* <a class="el" href="classFG__LoopIterator.html">FG_LoopIterator</a>< ITEM >::operator-> </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> const<code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </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#l00391">391</a>行定义。 </td> </tr></table><a class="anchor" name="a9" doxytag="FG_LoopIterator::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<class ITEM> </td> </tr> <tr> <td class="md" nowrap valign="top"> bool <a class="el" href="classFG__LoopIterator.html">FG_LoopIterator</a>< ITEM >::operator== </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">ITEM *const </td> <td class="mdname1" valign="top" nowrap> <em>p</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> const<code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </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#l00475">475</a>行定义。 </td> </tr></table><a class="anchor" name="a7" doxytag="FG_LoopIterator::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<class ITEM> </td> </tr> <tr> <td class="md" nowrap valign="top"> bool <a class="el" href="classFG__LoopIterator.html">FG_LoopIterator</a>< ITEM >::operator== </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const <a class="el" href="classFG__LoopIterator.html">FG_LoopIterator</a>< ITEM > & </td> <td class="mdname1" valign="top" nowrap> <em>i</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> const<code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </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#l00457">457</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00491">FG_LoopIterator< ITEM >::m_pNode</a>. </td> </tr></table><hr><h2>成员数据文档</h2><a class="anchor" name="p3" doxytag="FG_LoopIterator::m_IsDone" ></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<class ITEM> </td> </tr> <tr> <td class="md" nowrap valign="top"> bool <a class="el" href="classFG__LoopIterator.html">FG_LoopIterator</a>< ITEM >::<a class="el" href="classFG__LoopIterator.html#p3">m_IsDone</a><code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>是否已经遍历结束的标志. <p><<p>true 结束 false 未结束 <p>在文件<a class="el" href="FG__List_8h-source.html">FG_List.h</a>第<a class="el" href="FG__List_8h-source.html#l00502">502</a>行定义。<p>参考自 <a class="el" href="FG__List_8h-source.html#l00362">FG_LoopIterator< ITEM >::FG_LoopIterator()</a>、<a class="el" href="FG__List_8h-source.html#l00407">FG_LoopIterator< ITEM >::IsDone()</a>及<a class="el" href="FG__List_8h-source.html#l00415">FG_LoopIterator< ITEM >::operator++()</a>. </td> </tr></table><a class="anchor" name="p0" doxytag="FG_LoopIterator::m_pFirst" ></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<class ITEM> </td> </tr> <tr> <td class="md" nowrap valign="top"> <a class="el" href="structFG__BList__Node.html">FG_BList_Node</a><ITEM>* <a class="el" href="classFG__LoopIterator.html">FG_LoopIterator</a>< ITEM >::<a class="el" href="classFG__LoopIterator.html#p0">m_pFirst</a><code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </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#l00488">488</a>行定义。<p>参考自 <a class="el" href="FG__List_8h-source.html#l00362">FG_LoopIterator< ITEM >::FG_LoopIterator()</a>及<a class="el" href="FG__List_8h-source.html#l00415">FG_LoopIterator< ITEM >::operator++()</a>. </td> </tr></table><a class="anchor" name="p1" doxytag="FG_LoopIterator::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<class ITEM> </td> </tr> <tr> <td class="md" nowrap valign="top"> <a class="el" href="structFG__BList__Node.html">FG_BList_Node</a><ITEM>* <a class="el" href="classFG__LoopIterator.html">FG_LoopIterator</a>< ITEM >::<a class="el" href="classFG__LoopIterator.html#p1">m_pNode</a><code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </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#l00491">491</a>行定义。<p>参考自 <a class="el" href="FG__List_8h-source.html#l00466">FG_LoopIterator< ITEM >::operator!=()</a>及<a class="el" href="FG__List_8h-source.html#l00457">FG_LoopIterator< ITEM >::operator==()</a>. </td> </tr></table><a class="anchor" name="p2" doxytag="FG_LoopIterator::m_pStart" ></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<class ITEM> </td> </tr> <tr> <td class="md" nowrap valign="top"> ITEM* <a class="el" href="classFG__LoopIterator.html">FG_LoopIterator</a>< ITEM >::<a class="el" href="classFG__LoopIterator.html#p2">m_pStart</a><code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </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#l00494">494</a>行定义。<p>参考自 <a class="el" href="FG__List_8h-source.html#l00362">FG_LoopIterator< ITEM >::FG_LoopIterator()</a>及<a class="el" href="FG__List_8h-source.html#l00415">FG_LoopIterator< ITEM >::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:37:42 2004 生成<br>版权所有 (C) 2003,2004 王咏武</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -