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: LocDeltaListItem 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>LocDeltaListItem Struct Reference</h1><!-- doxytag: class="LocDeltaListItem" -->Tracks changes in lines of code, comments, and blank lines for multiple languages using a linked list.
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="structLocDelta.html">LocDelta</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDeltaListItem.html#8074c13ec8f618f1d3279d475cf35150">delta</a></td></tr>
35 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structLocDeltaListItem.html">LocDeltaListItem</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDeltaListItem.html#08eafc8acc63341b918e81463e426f04">next</a></td></tr>
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structLocDeltaListItem.html">LocDeltaListItem</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDeltaListItem.html#87598c62a8c37ff0e4560737557060da">head</a></td></tr>
39 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structLocDeltaListItem.html">LocDeltaListItem</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDeltaListItem.html#d3c95e3107d73f697bd0357739b745cc">tail</a></td></tr>
42 <hr><a name="_details"></a><h2>Detailed Description</h2>
43 Tracks changes in lines of code, comments, and blank lines for multiple languages using a linked list. <hr><h2>Field Documentation</h2>
44 <a class="anchor" name="8074c13ec8f618f1d3279d475cf35150"></a><!-- doxytag: member="LocDeltaListItem::delta" ref="8074c13ec8f618f1d3279d475cf35150" args="" -->
46 <div class="memproto">
47 <table class="memname">
49 <td class="memname"><a class="el" href="structLocDelta.html">LocDelta</a>* <a class="el" href="structLocDeltaListItem.html#8074c13ec8f618f1d3279d475cf35150">LocDeltaListItem::delta</a> </td>
56 The particular <a class="el" href="structLocDelta.html" title="Tracks changes in lines of code, comments, and blank lines for a single language...">LocDelta</a> in this linked list item.
59 <a class="anchor" name="87598c62a8c37ff0e4560737557060da"></a><!-- doxytag: member="LocDeltaListItem::head" ref="87598c62a8c37ff0e4560737557060da" args="" -->
61 <div class="memproto">
62 <table class="memname">
64 <td class="memname">struct <a class="el" href="structLocDeltaListItem.html">LocDeltaListItem</a>* <a class="el" href="structLocDeltaListItem.html#87598c62a8c37ff0e4560737557060da">LocDeltaListItem::head</a><code> [read]</code> </td>
71 The head of the linked list this item is part of. This field is only used for the list head.
74 <a class="anchor" name="08eafc8acc63341b918e81463e426f04"></a><!-- doxytag: member="LocDeltaListItem::next" ref="08eafc8acc63341b918e81463e426f04" args="" -->
76 <div class="memproto">
77 <table class="memname">
79 <td class="memname">struct <a class="el" href="structLocDeltaListItem.html">LocDeltaListItem</a>* <a class="el" href="structLocDeltaListItem.html#08eafc8acc63341b918e81463e426f04">LocDeltaListItem::next</a><code> [read]</code> </td>
86 The next LocDeltaList item in the linked list.
89 <a class="anchor" name="d3c95e3107d73f697bd0357739b745cc"></a><!-- doxytag: member="LocDeltaListItem::tail" ref="d3c95e3107d73f697bd0357739b745cc" args="" -->
91 <div class="memproto">
92 <table class="memname">
94 <td class="memname">struct <a class="el" href="structLocDeltaListItem.html">LocDeltaListItem</a>* <a class="el" href="structLocDeltaListItem.html#d3c95e3107d73f697bd0357739b745cc">LocDeltaListItem::tail</a><code> [read]</code> </td>
101 The tail of the linked list this 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>