Fixes recursion bug in disambiguate_in().
[ohcount] / doc / html / structSourceFileListItem.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3 <title>ohcount: SourceFileListItem Struct Reference</title>
4 <link href="tabs.css" rel="stylesheet" type="text/css">
5 <link href="doxygen.css" rel="stylesheet" type="text/css">
6 </head><body>
7 <!-- Generated by Doxygen 1.5.9 -->
8 <div class="navigation" id="top">
9   <div class="tabs">
10     <ul>
11       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12       <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
13       <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
14       <li><a href="files.html"><span>Files</span></a></li>
15     </ul>
16   </div>
17   <div class="tabs">
18     <ul>
19       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
20       <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
21     </ul>
22   </div>
23 </div>
24 <div class="contents">
25 <h1>SourceFileListItem Struct Reference</h1><!-- doxytag: class="SourceFileListItem" -->Contains a set of SourceFiles.  
26 <a href="#_details">More...</a>
27 <p>
28 <code>#include &lt;<a class="el" href="structs_8h_source.html">structs.h</a>&gt;</code>
29 <p>
30 <table border="0" cellpadding="0" cellspacing="0">
31 <tr><td></td></tr>
32 <tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
33 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structSourceFile.html">SourceFile</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSourceFileListItem.html#885e27079a1649697d50ccecdde30787">sf</a></td></tr>
34
35 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structSourceFileListItem.html">SourceFileListItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSourceFileListItem.html#aa4868cf332722b3ca1c3de483396c2e">next</a></td></tr>
36
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structSourceFileListItem.html">SourceFileListItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSourceFileListItem.html#e24388b4ca12c1ceabb219e50529d266">head</a></td></tr>
38
39 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structSourceFileListItem.html">SourceFileListItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSourceFileListItem.html#f40bc7a88802fe82f57681342b284732">tail</a></td></tr>
40
41 </table>
42 <hr><a name="_details"></a><h2>Detailed Description</h2>
43 Contains a set of SourceFiles. <hr><h2>Field Documentation</h2>
44 <a class="anchor" name="e24388b4ca12c1ceabb219e50529d266"></a><!-- doxytag: member="SourceFileListItem::head" ref="e24388b4ca12c1ceabb219e50529d266" args="" -->
45 <div class="memitem">
46 <div class="memproto">
47       <table class="memname">
48         <tr>
49           <td class="memname">struct <a class="el" href="structSourceFileListItem.html">SourceFileListItem</a>* <a class="el" href="structSourceFileListItem.html#e24388b4ca12c1ceabb219e50529d266">SourceFileListItem::head</a><code> [read]</code>          </td>
50         </tr>
51       </table>
52 </div>
53 <div class="memdoc">
54
55 <p>
56 The head of the linked list this SourceFileList item is part of. This field is only used for the list head. 
57 </div>
58 </div><p>
59 <a class="anchor" name="aa4868cf332722b3ca1c3de483396c2e"></a><!-- doxytag: member="SourceFileListItem::next" ref="aa4868cf332722b3ca1c3de483396c2e" args="" -->
60 <div class="memitem">
61 <div class="memproto">
62       <table class="memname">
63         <tr>
64           <td class="memname">struct <a class="el" href="structSourceFileListItem.html">SourceFileListItem</a>* <a class="el" href="structSourceFileListItem.html#aa4868cf332722b3ca1c3de483396c2e">SourceFileListItem::next</a><code> [read]</code>          </td>
65         </tr>
66       </table>
67 </div>
68 <div class="memdoc">
69
70 <p>
71 The next SourceFileList item in the linked list. 
72 </div>
73 </div><p>
74 <a class="anchor" name="885e27079a1649697d50ccecdde30787"></a><!-- doxytag: member="SourceFileListItem::sf" ref="885e27079a1649697d50ccecdde30787" args="" -->
75 <div class="memitem">
76 <div class="memproto">
77       <table class="memname">
78         <tr>
79           <td class="memname"><a class="el" href="structSourceFile.html">SourceFile</a>* <a class="el" href="structSourceFileListItem.html#885e27079a1649697d50ccecdde30787">SourceFileListItem::sf</a>          </td>
80         </tr>
81       </table>
82 </div>
83 <div class="memdoc">
84
85 <p>
86 The particular <a class="el" href="structSourceFile.html" title="Represents a single source code file.">SourceFile</a> in this linked list item. 
87 </div>
88 </div><p>
89 <a class="anchor" name="f40bc7a88802fe82f57681342b284732"></a><!-- doxytag: member="SourceFileListItem::tail" ref="f40bc7a88802fe82f57681342b284732" args="" -->
90 <div class="memitem">
91 <div class="memproto">
92       <table class="memname">
93         <tr>
94           <td class="memname">struct <a class="el" href="structSourceFileListItem.html">SourceFileListItem</a>* <a class="el" href="structSourceFileListItem.html#f40bc7a88802fe82f57681342b284732">SourceFileListItem::tail</a><code> [read]</code>          </td>
95         </tr>
96       </table>
97 </div>
98 <div class="memdoc">
99
100 <p>
101 The tail of the linked list this SourceFileList item is part of. This field is only used for the list head. 
102 </div>
103 </div><p>
104 <hr>The documentation for this struct was generated from the following file:<ul>
105 <li>/Users/andy/dev/ohcount/src/<a class="el" href="structs_8h_source.html">structs.h</a></ul>
106 </div>
107 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 28 15:20:08 2009 for ohcount by&nbsp;
108 <a href="http://www.doxygen.org/index.html">
109 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
110 </body>
111 </html>