Codebase list ohcount / d62f219c-a984-415f-b69c-f521b00b8f15/main doc / html / structs_8h.html
d62f219c-a984-415f-b69c-f521b00b8f15/main

Tree @d62f219c-a984-415f-b69c-f521b00b8f15/main (Download .tar.gz)

structs_8h.html @d62f219c-a984-415f-b69c-f521b00b8f15/mainraw · history · blame

<!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&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;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&nbsp;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 &lt;pcre.h&gt;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html">License</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicenseListItem.html">LicenseListItem</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLoc.html">Loc</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLocListItem.html">LocListItem</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDelta.html">LocDelta</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLocDeltaListItem.html">LocDeltaListItem</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structParsedLanguage.html">ParsedLanguage</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structParsedLanguageListItem.html">ParsedLanguageListItem</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSourceFile.html">SourceFile</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSourceFileListItem.html">SourceFileListItem</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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&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>