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: LicenseListItem 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>LicenseListItem Struct Reference</h1><!-- doxytag: class="LicenseListItem" -->Holds a list of Licenses in a linked list.
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"><a class="el" href="structLicense.html">License</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicenseListItem.html#99bc49bd3f11b43eb8d724cb50f25fb6">lic</a></td></tr>
35 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structLicenseListItem.html">LicenseListItem</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicenseListItem.html#4e5240cc367e7610281491e507d79dce">next</a></td></tr>
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structLicenseListItem.html">LicenseListItem</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicenseListItem.html#0f96d453432cd048cdb61d56a4127c58">head</a></td></tr>
39 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structLicenseListItem.html">LicenseListItem</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicenseListItem.html#e1f2a3decbaa4585ed7d9c94aec0f860">tail</a></td></tr>
42 <hr><a name="_details"></a><h2>Detailed Description</h2>
43 Holds a list of Licenses in a linked list. <hr><h2>Field Documentation</h2>
44 <a class="anchor" name="0f96d453432cd048cdb61d56a4127c58"></a><!-- doxytag: member="LicenseListItem::head" ref="0f96d453432cd048cdb61d56a4127c58" args="" -->
46 <div class="memproto">
47 <table class="memname">
49 <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>
56 The head of the linked list this LicenseList item is part of. This field is only used for the list head.
59 <a class="anchor" name="99bc49bd3f11b43eb8d724cb50f25fb6"></a><!-- doxytag: member="LicenseListItem::lic" ref="99bc49bd3f11b43eb8d724cb50f25fb6" args="" -->
61 <div class="memproto">
62 <table class="memname">
64 <td class="memname"><a class="el" href="structLicense.html">License</a>* <a class="el" href="structLicenseListItem.html#99bc49bd3f11b43eb8d724cb50f25fb6">LicenseListItem::lic</a> </td>
71 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.
74 <a class="anchor" name="4e5240cc367e7610281491e507d79dce"></a><!-- doxytag: member="LicenseListItem::next" ref="4e5240cc367e7610281491e507d79dce" args="" -->
76 <div class="memproto">
77 <table class="memname">
79 <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>
86 The next LicenseList in the linked list.
89 <a class="anchor" name="e1f2a3decbaa4585ed7d9c94aec0f860"></a><!-- doxytag: member="LicenseListItem::tail" ref="e1f2a3decbaa4585ed7d9c94aec0f860" args="" -->
91 <div class="memproto">
92 <table class="memname">
94 <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>
101 The head of the linked list this LicenseList item is part of. This field is only used for the list head.
104 <hr>The documentation for this struct was generated from the following file:<ul>
105 <li>/Users/andy/dev/ohcount/src/<a class="el" href="structs_8h_source.html">structs.h</a></ul>
107 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 28 15:20:08 2009 for ohcount by
108 <a href="http://www.doxygen.org/index.html">
109 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>