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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
|
<!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: /Users/andy/dev/ohcount/src/structs.h File 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 Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>/Users/andy/dev/ohcount/src/structs.h File Reference</h1><code>#include <pcre.h></code><br>
<p>
<a href="structs_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html">License</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Holds a license and its associated details and patterns. <a href="structLicense.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicenseListItem.html">LicenseListItem</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Holds a list of Licenses in a linked list. <a href="structLicenseListItem.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structLoc.html">Loc</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Tracks total lines of code, comments, and blanks for a single language. <a href="structLoc.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structLocListItem.html">LocListItem</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Tracks total lines of code, comments, and blanks for multiple languages using a linked list. <a href="structLocListItem.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDelta.html">LocDelta</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Tracks changes in lines of code, comments, and blank lines for a single language. <a href="structLocDelta.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDeltaListItem.html">LocDeltaListItem</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Tracks changes in lines of code, comments, and blank lines for multiple languages using a linked list. <a href="structLocDeltaListItem.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structParsedLanguage.html">ParsedLanguage</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Represents a single language parsed from a <a class="el" href="structSourceFile.html" title="Represents a single source code file.">SourceFile</a>. <a href="structParsedLanguage.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structParsedLanguageListItem.html">ParsedLanguageListItem</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Holds a set of ParsedLanguages in a linked list. <a href="structParsedLanguageListItem.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structSourceFile.html">SourceFile</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Represents a single source code file. <a href="structSourceFile.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structSourceFileListItem.html">SourceFileListItem</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Contains a set of SourceFiles. <a href="structSourceFileListItem.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="structLicenseListItem.html">LicenseListItem</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structs_8h.html#301b76d5142fa03fb147a5773c17ab7c">LicenseList</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="structLocListItem.html">LocListItem</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structs_8h.html#fcea504633a673cf698c34f8725234ac">LocList</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="structLocDeltaListItem.html">LocDeltaListItem</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structs_8h.html#b51c9c1275638d93976705d8819ead0d">LocDeltaList</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <br class="typebreak">
<a class="el" href="structParsedLanguageListItem.html">ParsedLanguageListItem</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structs_8h.html#f52ff985676c3d5efa032f5933e56f6a">ParsedLanguageList</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="structSourceFileListItem.html">SourceFileListItem</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structs_8h.html#ad084ca377edfc7e15a0f46ca57644ae">SourceFileList</a></td></tr>
</table>
<hr><h2>Typedef Documentation</h2>
<a class="anchor" name="301b76d5142fa03fb147a5773c17ab7c"></a><!-- doxytag: member="structs.h::LicenseList" ref="301b76d5142fa03fb147a5773c17ab7c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="structLicenseListItem.html">LicenseListItem</a> <a class="el" href="structLicenseListItem.html">LicenseList</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="b51c9c1275638d93976705d8819ead0d"></a><!-- doxytag: member="structs.h::LocDeltaList" ref="b51c9c1275638d93976705d8819ead0d" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="structLocDeltaListItem.html">LocDeltaListItem</a> <a class="el" href="structLocDeltaListItem.html">LocDeltaList</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="fcea504633a673cf698c34f8725234ac"></a><!-- doxytag: member="structs.h::LocList" ref="fcea504633a673cf698c34f8725234ac" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="structLocListItem.html">LocListItem</a> <a class="el" href="structLocListItem.html">LocList</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="f52ff985676c3d5efa032f5933e56f6a"></a><!-- doxytag: member="structs.h::ParsedLanguageList" ref="f52ff985676c3d5efa032f5933e56f6a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="structParsedLanguageListItem.html">ParsedLanguageListItem</a> <a class="el" href="structParsedLanguageListItem.html">ParsedLanguageList</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="ad084ca377edfc7e15a0f46ca57644ae"></a><!-- doxytag: member="structs.h::SourceFileList" ref="ad084ca377edfc7e15a0f46ca57644ae" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="structSourceFileListItem.html">SourceFileListItem</a> <a class="el" href="structSourceFileListItem.html">SourceFileList</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 28 15:20:08 2009 for ohcount by
<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>
|