File: structSourceFileListItem.html

package info (click to toggle)
ohcount 3.0.0-6.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,828 kB
  • sloc: ansic: 6,534; ruby: 2,560; perl: 2,041; erlang: 350; lisp: 272; sh: 244; pascal: 196; vhdl: 150; haskell: 149; asm: 127; cs: 124; awk: 98; java: 92; php: 73; tcl: 58; xml: 57; fortran: 54; makefile: 32; python: 31; ada: 30; objc: 30; jsp: 28; sql: 18; cobol: 13; ml: 9; cpp: 3
file content (111 lines) | stat: -rw-r--r-- 5,825 bytes parent folder | download | duplicates (8)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>ohcount: SourceFileListItem Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</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>Data&nbsp;Structures</span></a></li>
      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>SourceFileListItem Struct Reference</h1><!-- doxytag: class="SourceFileListItem" -->Contains a set of SourceFiles.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="structs_8h_source.html">structs.h</a>&gt;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<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>

<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>

<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>

<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>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Contains a set of SourceFiles. <hr><h2>Field Documentation</h2>
<a class="anchor" name="e24388b4ca12c1ceabb219e50529d266"></a><!-- doxytag: member="SourceFileListItem::head" ref="e24388b4ca12c1ceabb219e50529d266" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <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>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The head of the linked list this SourceFileList item is part of. This field is only used for the list head. 
</div>
</div><p>
<a class="anchor" name="aa4868cf332722b3ca1c3de483396c2e"></a><!-- doxytag: member="SourceFileListItem::next" ref="aa4868cf332722b3ca1c3de483396c2e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <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>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The next SourceFileList item in the linked list. 
</div>
</div><p>
<a class="anchor" name="885e27079a1649697d50ccecdde30787"></a><!-- doxytag: member="SourceFileListItem::sf" ref="885e27079a1649697d50ccecdde30787" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structSourceFile.html">SourceFile</a>* <a class="el" href="structSourceFileListItem.html#885e27079a1649697d50ccecdde30787">SourceFileListItem::sf</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The particular <a class="el" href="structSourceFile.html" title="Represents a single source code file.">SourceFile</a> in this linked list item. 
</div>
</div><p>
<a class="anchor" name="f40bc7a88802fe82f57681342b284732"></a><!-- doxytag: member="SourceFileListItem::tail" ref="f40bc7a88802fe82f57681342b284732" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <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>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The tail of the linked list this SourceFileList item is part of. This field is only used for the list head. 
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>/Users/andy/dev/ohcount/src/<a class="el" href="structs_8h_source.html">structs.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 28 15:20:08 2009 for ohcount by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>