Codebase list ohcount / lintian-fixes/main doc / html / annotated.html
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

annotated.html @lintian-fixes/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: Data Structures</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 class="current"><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>Data Structures</h1>Here are the data structures with brief descriptions:<table>
  <tr><td class="indexkey"><a class="el" href="structCallbackItem.html">CallbackItem</a></td><td class="indexvalue">Holds a series of callbacks for in a queue (linked list) </td></tr>
  <tr><td class="indexkey"><a class="el" href="structLanguageMap.html">LanguageMap</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="structLicense.html">License</a></td><td class="indexvalue">Holds a license and its associated details and patterns </td></tr>
  <tr><td class="indexkey"><a class="el" href="structLicenseListItem.html">LicenseListItem</a></td><td class="indexvalue">Holds a list of Licenses in a linked list </td></tr>
  <tr><td class="indexkey"><a class="el" href="structLoc.html">Loc</a></td><td class="indexvalue">Tracks total lines of code, comments, and blanks for a single language </td></tr>
  <tr><td class="indexkey"><a class="el" href="structLocDelta.html">LocDelta</a></td><td class="indexvalue">Tracks changes in lines of code, comments, and blank lines for a single language </td></tr>
  <tr><td class="indexkey"><a class="el" href="structLocDeltaListItem.html">LocDeltaListItem</a></td><td class="indexvalue">Tracks changes in lines of code, comments, and blank lines for multiple languages using a linked list </td></tr>
  <tr><td class="indexkey"><a class="el" href="structLocListItem.html">LocListItem</a></td><td class="indexvalue">Tracks total lines of code, comments, and blanks for multiple languages using a linked list </td></tr>
  <tr><td class="indexkey"><a class="el" href="structParsedLanguage.html">ParsedLanguage</a></td><td class="indexvalue">Represents a single language parsed from a <a class="el" href="structSourceFile.html" title="Represents a single source code file.">SourceFile</a> </td></tr>
  <tr><td class="indexkey"><a class="el" href="structParsedLanguageListItem.html">ParsedLanguageListItem</a></td><td class="indexvalue">Holds a set of ParsedLanguages in a linked list </td></tr>
  <tr><td class="indexkey"><a class="el" href="structSourceFile.html">SourceFile</a></td><td class="indexvalue">Represents a single source code file </td></tr>
  <tr><td class="indexkey"><a class="el" href="structSourceFileListItem.html">SourceFileListItem</a></td><td class="indexvalue">Contains a set of SourceFiles </td></tr>
</table>
</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>