1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>libacpi: node Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.2 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<h1>node Struct Reference</h1><!-- doxytag: class="node" --><code>#include <<a class="el" href="list_8h-source.html">list.h</a>></code>
<p>
Collaboration diagram for node:<p><center><img src="structnode__coll__graph.png" border="0" usemap="#node__coll__map" alt="Collaboration graph"></center>
<map name="node__coll__map">
<area shape="rect" title="next" alt="" coords="63,13,71,21"><area shape="rect" title="next" alt="" coords="63,85,71,93"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="structnode-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structnode.html#ed966f72e3139510403207f828c72e97">name</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structnode.html">node</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structnode.html#a3e8aa83f864292b5a01210f4453fcc0">next</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<p>
<p>
Definition at line <a class="el" href="list_8h-source.html#l00015">15</a> of file <a class="el" href="list_8h-source.html">list.h</a>.<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="ed966f72e3139510403207f828c72e97"></a><!-- doxytag: member="node::name" ref="ed966f72e3139510403207f828c72e97" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char* <a class="el" href="structnode.html#ed966f72e3139510403207f828c72e97">node::name</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<a class="el" href="structnode.html">node</a> name
<p>
Definition at line <a class="el" href="list_8h-source.html#l00016">16</a> of file <a class="el" href="list_8h-source.html">list.h</a>.
</div>
</div><p>
<a class="anchor" name="a3e8aa83f864292b5a01210f4453fcc0"></a><!-- doxytag: member="node::next" ref="a3e8aa83f864292b5a01210f4453fcc0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structnode.html">node</a>* <a class="el" href="structnode.html#a3e8aa83f864292b5a01210f4453fcc0">node::next</a><code> [read]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
pointer to the next <a class="el" href="structnode.html">node</a>
<p>
Definition at line <a class="el" href="list_8h-source.html#l00017">17</a> of file <a class="el" href="list_8h-source.html">list.h</a>.
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="list_8h-source.html">list.h</a></ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Jul 29 14:09:42 2007 for libacpi by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
</body>
</html>
|