📄 structfg__slist__node.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=gb2312"><title>FishGUI: TemplateFG_SList_Node< ITEM > struct Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- 制作者 Doxygen 1.3.6 --><div class="qindex"><a class="qindex" href="main.html">首页</a> | <a class="qindex" href="modules.html">模块</a> | <a class="qindex" href="hierarchy.html">类继承关系</a> | <a class="qindex" href="classes.html">按字典顺序排序的列表</a> | <a class="qindex" href="annotated.html">组合类型列表</a> | <a class="qindex" href="files.html">文件列表</a> | <a class="qindex" href="functions.html">组合类型成员</a> | <a class="qindex" href="globals.html">文件成员</a></div><h1>FG_SList_Node< ITEM >模板结构参考<br><small>[<a class="el" href="group__Utility.html">应用包</a>]</small></h1><code>#include <<a class="el" href="FG__List_8h-source.html">FG_List.h</a>></code><p>FG_SList_Node< ITEM >合作图:<p><center><img src="structFG__SList__Node__coll__graph.png" border="0" usemap="#FG__SList__Node_3_01ITEM_01_4__coll__map" alt="Collaboration graph"></center><center><font size="2">[<a target="top" href="graph_legend.html">图例</a>]</font></center><a href="structFG__SList__Node-members.html">所有成员的列表。</a><hr><a name="_details"></a><h2>详细描述</h2><h3>template<class ITEM><br> struct FG_SList_Node< ITEM ></h3>单向链表的节点结构 <p><dl compact><dt><b>参数:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign=top><em>ITEM</em> </td><td>节点中保存的对象类型,该节点中只保存ITEM对象的指针,并且不负责该对象的释放 </td></tr> </table></dl><p><p>在文件<a class="el" href="FG__List_8h-source.html">FG_List.h</a>第<a class="el" href="FG__List_8h-source.html#l00048">48</a>行定义。<table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>公有成员</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="structFG__SList__Node.html#a0">FG_SList_Node</a> ()</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">缺省构造函数. <a href="#a0"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="structFG__SList__Node.html#a1">FG_SList_Node</a> (ITEM *const pItem)</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">转换构造函数 <a href="#a1"></a><br><br></td></tr><tr><td colspan=2><br><h2>公有属性</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>ITEM * </td><td class="memItemRight" valign=bottom><a class="el" href="structFG__SList__Node.html#o0">m_pItem</a></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="structFG__SList__Node.html">FG_SList_Node</a> * </td><td class="memItemRight" valign=bottom><a class="el" href="structFG__SList__Node.html#o1">m_pNext</a></td></tr></table><hr><h2>构造及析构函数文档</h2><a class="anchor" name="a0" doxytag="FG_SList_Node::FG_SList_Node" ></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__SList__Node.html">FG_SList_Node</a>< ITEM >::<a class="el" href="structFG__SList__Node.html">FG_SList_Node</a> </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><a class="el" href="structFG__SList__Node.html#o0">FG_SList_Node::m_pItem</a>和<a class="el" href="structFG__SList__Node.html#o1">FG_SList_Node::m_pNext</a>都被设置为<a class="el" href="group__Utility.html#ga11">NULL</a> <p>在文件<a class="el" href="FG__List_8h-source.html">FG_List.h</a>第<a class="el" href="FG__List_8h-source.html#l00055">55</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00066">FG_SList_Node< ITEM >::m_pItem</a>及<a class="el" href="FG__Common_8h-source.html#l00046">NULL</a>. </td> </tr></table><a class="anchor" name="a1" doxytag="FG_SList_Node::FG_SList_Node" ></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__SList__Node.html">FG_SList_Node</a>< ITEM >::<a class="el" href="structFG__SList__Node.html">FG_SList_Node</a> </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">ITEM *const </td> <td class="mdname1" valign="top" nowrap> <em>pItem</em> </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><a class="el" href="structFG__SList__Node.html#o1">FG_SList_Node::m_pNext</a>被设置为<a class="el" href="group__Utility.html#ga11">NULL</a> <dl compact><dt><b>参数:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign=top><em>pItem</em> </td><td>需转换的对象指针 </td></tr> </table></dl><p>在文件<a class="el" href="FG__List_8h-source.html">FG_List.h</a>第<a class="el" href="FG__List_8h-source.html#l00063">63</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00066">FG_SList_Node< ITEM >::m_pItem</a>及<a class="el" href="FG__Common_8h-source.html#l00046">NULL</a>. </td> </tr></table><hr><h2>成员数据文档</h2><a class="anchor" name="o0" doxytag="FG_SList_Node::m_pItem" ></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="structFG__SList__Node.html">FG_SList_Node</a>< ITEM >::<a class="el" href="structFG__SList__Node.html#o0">m_pItem</a> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>指向该结点保存的对象,<a class="el" href="structFG__SList__Node.html">FG_SList_Node</a>类不负责该对象的释放 <p>在文件<a class="el" href="FG__List_8h-source.html">FG_List.h</a>第<a class="el" href="FG__List_8h-source.html#l00066">66</a>行定义。<p>参考自 <a class="el" href="FG__List_8h-source.html#l00055">FG_SList_Node< ITEM >::FG_SList_Node()</a>. </td> </tr></table><a class="anchor" name="o1" doxytag="FG_SList_Node::m_pNext" ></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__SList__Node.html">FG_SList_Node</a>* <a class="el" href="structFG__SList__Node.html">FG_SList_Node</a>< ITEM >::<a class="el" href="structFG__SList__Node.html#o1">m_pNext</a> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>指向直接后继结点的指针 <p>在文件<a class="el" href="FG__List_8h-source.html">FG_List.h</a>第<a class="el" href="FG__List_8h-source.html#l00068">68</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:51 2004 生成<br>版权所有 (C) 2003,2004 王咏武</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -