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">
7 <!-- Generated by Doxygen 1.5.9 -->
8 <div class="navigation" id="top">
11 <li><a href="index.html"><span>Main Page</span></a></li>
12 <li><a href="pages.html"><span>Related Pages</span></a></li>
13 <li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
14 <li><a href="files.html"><span>Files</span></a></li>
19 <li><a href="annotated.html"><span>Data Structures</span></a></li>
20 <li><a href="functions.html"><span>Data Fields</span></a></li>
24 <div class="contents">
25 <h1>SourceFileListItem Struct Reference</h1><!-- doxytag: class="SourceFileListItem" -->Contains a set of SourceFiles.
26 <a href="#_details">More...</a>
28 <code>#include <<a class="el" href="structs_8h_source.html">structs.h</a>></code>
30 <table border="0" cellpadding="0" cellspacing="0">
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> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structSourceFileListItem.html#885e27079a1649697d50ccecdde30787">sf</a></td></tr>
35 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structSourceFileListItem.html">SourceFileListItem</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structSourceFileListItem.html#aa4868cf332722b3ca1c3de483396c2e">next</a></td></tr>
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structSourceFileListItem.html">SourceFileListItem</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structSourceFileListItem.html#e24388b4ca12c1ceabb219e50529d266">head</a></td></tr>
39 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structSourceFileListItem.html">SourceFileListItem</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structSourceFileListItem.html#f40bc7a88802fe82f57681342b284732">tail</a></td></tr>
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="" -->
46 <div class="memproto">
47 <table class="memname">
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>
56 The head of the linked list this SourceFileList item is part of. This field is only used for the list head.
59 <a class="anchor" name="aa4868cf332722b3ca1c3de483396c2e"></a><!-- doxytag: member="SourceFileListItem::next" ref="aa4868cf332722b3ca1c3de483396c2e" args="" -->
61 <div class="memproto">
62 <table class="memname">
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>
71 The next SourceFileList item in the linked list.
74 <a class="anchor" name="885e27079a1649697d50ccecdde30787"></a><!-- doxytag: member="SourceFileListItem::sf" ref="885e27079a1649697d50ccecdde30787" args="" -->
76 <div class="memproto">
77 <table class="memname">
79 <td class="memname"><a class="el" href="structSourceFile.html">SourceFile</a>* <a class="el" href="structSourceFileListItem.html#885e27079a1649697d50ccecdde30787">SourceFileListItem::sf</a> </td>
86 The particular <a class="el" href="structSourceFile.html" title="Represents a single source code file.">SourceFile</a> in this linked list item.
89 <a class="anchor" name="f40bc7a88802fe82f57681342b284732"></a><!-- doxytag: member="SourceFileListItem::tail" ref="f40bc7a88802fe82f57681342b284732" args="" -->
91 <div class="memproto">
92 <table class="memname">
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>
101 The tail of the linked list this SourceFileList item is part of. This field is only used for the list head.
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>
107 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 28 15:20:08 2009 for ohcount by
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>