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: LocDelta 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>LocDelta Struct Reference</h1><!-- doxytag: class="LocDelta" -->Tracks changes in lines of code, comments, and blank lines for a single language.
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">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDelta.html#fd98b2f0e4b6fc93d285fb93c787d375">language</a></td></tr>
35 <tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDelta.html#974ad41884a40f1736208fd2b1b7e09a">code_added</a></td></tr>
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDelta.html#4c4b1ec75c226e6ff609ab8eaeb9be3f">code_removed</a></td></tr>
39 <tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDelta.html#630c68c85b2745af1291948acdeddcd2">comments_added</a></td></tr>
41 <tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDelta.html#ed6488096c164424a7591f59f00e207a">comments_removed</a></td></tr>
43 <tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDelta.html#c9f718d59909329f6a88f5f1f913d873">blanks_added</a></td></tr>
45 <tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDelta.html#82804c6dbc0d411a4687c069e3330dda">blanks_removed</a></td></tr>
48 <hr><a name="_details"></a><h2>Detailed Description</h2>
49 Tracks changes in lines of code, comments, and blank lines for a single language. <hr><h2>Field Documentation</h2>
50 <a class="anchor" name="c9f718d59909329f6a88f5f1f913d873"></a><!-- doxytag: member="LocDelta::blanks_added" ref="c9f718d59909329f6a88f5f1f913d873" args="" -->
52 <div class="memproto">
53 <table class="memname">
55 <td class="memname">int <a class="el" href="structLocDelta.html#c9f718d59909329f6a88f5f1f913d873">LocDelta::blanks_added</a> </td>
62 The number of blank lines added in this <a class="el" href="structLocDelta.html" title="Tracks changes in lines of code, comments, and blank lines for a single language...">LocDelta</a>.
65 <a class="anchor" name="82804c6dbc0d411a4687c069e3330dda"></a><!-- doxytag: member="LocDelta::blanks_removed" ref="82804c6dbc0d411a4687c069e3330dda" args="" -->
67 <div class="memproto">
68 <table class="memname">
70 <td class="memname">int <a class="el" href="structLocDelta.html#82804c6dbc0d411a4687c069e3330dda">LocDelta::blanks_removed</a> </td>
77 The number of blank lines removed in this <a class="el" href="structLocDelta.html" title="Tracks changes in lines of code, comments, and blank lines for a single language...">LocDelta</a>.
80 <a class="anchor" name="974ad41884a40f1736208fd2b1b7e09a"></a><!-- doxytag: member="LocDelta::code_added" ref="974ad41884a40f1736208fd2b1b7e09a" args="" -->
82 <div class="memproto">
83 <table class="memname">
85 <td class="memname">int <a class="el" href="structLocDelta.html#974ad41884a40f1736208fd2b1b7e09a">LocDelta::code_added</a> </td>
92 The number of lines of code added in this <a class="el" href="structLocDelta.html" title="Tracks changes in lines of code, comments, and blank lines for a single language...">LocDelta</a>.
95 <a class="anchor" name="4c4b1ec75c226e6ff609ab8eaeb9be3f"></a><!-- doxytag: member="LocDelta::code_removed" ref="4c4b1ec75c226e6ff609ab8eaeb9be3f" args="" -->
97 <div class="memproto">
98 <table class="memname">
100 <td class="memname">int <a class="el" href="structLocDelta.html#4c4b1ec75c226e6ff609ab8eaeb9be3f">LocDelta::code_removed</a> </td>
107 The number of lines of code removed in this <a class="el" href="structLocDelta.html" title="Tracks changes in lines of code, comments, and blank lines for a single language...">LocDelta</a>.
110 <a class="anchor" name="630c68c85b2745af1291948acdeddcd2"></a><!-- doxytag: member="LocDelta::comments_added" ref="630c68c85b2745af1291948acdeddcd2" args="" -->
111 <div class="memitem">
112 <div class="memproto">
113 <table class="memname">
115 <td class="memname">int <a class="el" href="structLocDelta.html#630c68c85b2745af1291948acdeddcd2">LocDelta::comments_added</a> </td>
122 The number of lines of comments added in this <a class="el" href="structLocDelta.html" title="Tracks changes in lines of code, comments, and blank lines for a single language...">LocDelta</a>.
125 <a class="anchor" name="ed6488096c164424a7591f59f00e207a"></a><!-- doxytag: member="LocDelta::comments_removed" ref="ed6488096c164424a7591f59f00e207a" args="" -->
126 <div class="memitem">
127 <div class="memproto">
128 <table class="memname">
130 <td class="memname">int <a class="el" href="structLocDelta.html#ed6488096c164424a7591f59f00e207a">LocDelta::comments_removed</a> </td>
137 The number of lines of comments removed in this <a class="el" href="structLocDelta.html" title="Tracks changes in lines of code, comments, and blank lines for a single language...">LocDelta</a>.
140 <a class="anchor" name="fd98b2f0e4b6fc93d285fb93c787d375"></a><!-- doxytag: member="LocDelta::language" ref="fd98b2f0e4b6fc93d285fb93c787d375" args="" -->
141 <div class="memitem">
142 <div class="memproto">
143 <table class="memname">
145 <td class="memname">const char* <a class="el" href="structLocDelta.html#fd98b2f0e4b6fc93d285fb93c787d375">LocDelta::language</a> </td>
152 The language associated with this <a class="el" href="structLocDelta.html" title="Tracks changes in lines of code, comments, and blank lines for a single language...">LocDelta</a>.
155 <hr>The documentation for this struct was generated from the following file:<ul>
156 <li>/Users/andy/dev/ohcount/src/<a class="el" href="structs_8h_source.html">structs.h</a></ul>
158 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 28 15:20:08 2009 for ohcount by
159 <a href="http://www.doxygen.org/index.html">
160 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>