Codebase list ohcount / e0259188-7180-4bbc-a711-b2cd8983feeb/main doc / html / structLicenseListItem.html
e0259188-7180-4bbc-a711-b2cd8983feeb/main

Tree @e0259188-7180-4bbc-a711-b2cd8983feeb/main (Download .tar.gz)

structLicenseListItem.html @e0259188-7180-4bbc-a711-b2cd8983feeb/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: LicenseListItem Struct 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 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><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>LicenseListItem Struct Reference</h1><!-- doxytag: class="LicenseListItem" -->Holds a list of Licenses in a linked list.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="structs_8h_source.html">structs.h</a>&gt;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structLicense.html">License</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicenseListItem.html#99bc49bd3f11b43eb8d724cb50f25fb6">lic</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structLicenseListItem.html">LicenseListItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicenseListItem.html#4e5240cc367e7610281491e507d79dce">next</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structLicenseListItem.html">LicenseListItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicenseListItem.html#0f96d453432cd048cdb61d56a4127c58">head</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structLicenseListItem.html">LicenseListItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicenseListItem.html#e1f2a3decbaa4585ed7d9c94aec0f860">tail</a></td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Holds a list of Licenses in a linked list. <hr><h2>Field Documentation</h2>
<a class="anchor" name="0f96d453432cd048cdb61d56a4127c58"></a><!-- doxytag: member="LicenseListItem::head" ref="0f96d453432cd048cdb61d56a4127c58" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structLicenseListItem.html">LicenseListItem</a>* <a class="el" href="structLicenseListItem.html#0f96d453432cd048cdb61d56a4127c58">LicenseListItem::head</a><code> [read]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The head of the linked list this LicenseList item is part of. This field is only used for the list head. 
</div>
</div><p>
<a class="anchor" name="99bc49bd3f11b43eb8d724cb50f25fb6"></a><!-- doxytag: member="LicenseListItem::lic" ref="99bc49bd3f11b43eb8d724cb50f25fb6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structLicense.html">License</a>* <a class="el" href="structLicenseListItem.html#99bc49bd3f11b43eb8d724cb50f25fb6">LicenseListItem::lic</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The particular <a class="el" href="structLicense.html" title="Holds a license and its associated details and patterns.">License</a> in this linked list item. 
</div>
</div><p>
<a class="anchor" name="4e5240cc367e7610281491e507d79dce"></a><!-- doxytag: member="LicenseListItem::next" ref="4e5240cc367e7610281491e507d79dce" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structLicenseListItem.html">LicenseListItem</a>* <a class="el" href="structLicenseListItem.html#4e5240cc367e7610281491e507d79dce">LicenseListItem::next</a><code> [read]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The next LicenseList in the linked list. 
</div>
</div><p>
<a class="anchor" name="e1f2a3decbaa4585ed7d9c94aec0f860"></a><!-- doxytag: member="LicenseListItem::tail" ref="e1f2a3decbaa4585ed7d9c94aec0f860" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structLicenseListItem.html">LicenseListItem</a>* <a class="el" href="structLicenseListItem.html#e1f2a3decbaa4585ed7d9c94aec0f860">LicenseListItem::tail</a><code> [read]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The head of the linked list this LicenseList item is part of. This field is only used for the list head. 
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>/Users/andy/dev/ohcount/src/<a class="el" href="structs_8h_source.html">structs.h</a></ul>
</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>