File: structLicense.html

package info (click to toggle)
ohcount 3.0.0-6.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,828 kB
  • sloc: ansic: 6,534; ruby: 2,560; perl: 2,041; erlang: 350; lisp: 272; sh: 244; pascal: 196; vhdl: 150; haskell: 149; asm: 127; cs: 124; awk: 98; java: 92; php: 73; tcl: 58; xml: 57; fortran: 54; makefile: 32; python: 31; ada: 30; objc: 30; jsp: 28; sql: 18; cobol: 13; ml: 9; cpp: 3
file content (196 lines) | stat: -rw-r--r-- 8,745 bytes parent folder | download | duplicates (8)
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!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: License 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>License Struct Reference</h1><!-- doxytag: class="License" -->Holds a license and its associated details and patterns.  
<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">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#c6c78e89f5593adf3ddfdf6d7b206cae">name</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#7ebe77459ff7519213f049e10dd45298">url</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#9978ac560432f298637f9b0f3075d0a2">nice_name</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#eb62fae84281e10e0780522e8dcaae40">re</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#8565ff83446bd71ed1a489100dbc12d0">re_flags</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#105f5f3de6a8a6eb67b0e0318ce60515">exclude_re</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#7ef78e82759738f0532e894e9ee767b0">exclude_re_flags</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">pcre *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#37fa42c1ff3bb0b29d7625ef3c7f5e72">regexp</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">pcre *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#e3bdf30dd10ac75c3d0823531ebea9c6">exclude_regexp</a></td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Holds a license and its associated details and patterns. <hr><h2>Field Documentation</h2>
<a class="anchor" name="105f5f3de6a8a6eb67b0e0318ce60515"></a><!-- doxytag: member="License::exclude_re" ref="105f5f3de6a8a6eb67b0e0318ce60515" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* <a class="el" href="structLicense.html#105f5f3de6a8a6eb67b0e0318ce60515">License::exclude_re</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
A PCRE regular expression for text that matches re, but should not match this re in order to match this license. 
</div>
</div><p>
<a class="anchor" name="7ef78e82759738f0532e894e9ee767b0"></a><!-- doxytag: member="License::exclude_re_flags" ref="7ef78e82759738f0532e894e9ee767b0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="structLicense.html#7ef78e82759738f0532e894e9ee767b0">License::exclude_re_flags</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
PCRE flags for exclude_re. 
</div>
</div><p>
<a class="anchor" name="e3bdf30dd10ac75c3d0823531ebea9c6"></a><!-- doxytag: member="License::exclude_regexp" ref="e3bdf30dd10ac75c3d0823531ebea9c6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">pcre* <a class="el" href="structLicense.html#e3bdf30dd10ac75c3d0823531ebea9c6">License::exclude_regexp</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The PCRE object for exclude_re. (This field is set automatically.) 
</div>
</div><p>
<a class="anchor" name="c6c78e89f5593adf3ddfdf6d7b206cae"></a><!-- doxytag: member="License::name" ref="c6c78e89f5593adf3ddfdf6d7b206cae" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* <a class="el" href="structLicense.html#c6c78e89f5593adf3ddfdf6d7b206cae">License::name</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The ID name of the license. Should be in defined in <a class="el" href="licenses_8h.html">licenses.h</a>. 
</div>
</div><p>
<a class="anchor" name="9978ac560432f298637f9b0f3075d0a2"></a><!-- doxytag: member="License::nice_name" ref="9978ac560432f298637f9b0f3075d0a2" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* <a class="el" href="structLicense.html#9978ac560432f298637f9b0f3075d0a2">License::nice_name</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
A nice displayable name for the license. 
</div>
</div><p>
<a class="anchor" name="eb62fae84281e10e0780522e8dcaae40"></a><!-- doxytag: member="License::re" ref="eb62fae84281e10e0780522e8dcaae40" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* <a class="el" href="structLicense.html#eb62fae84281e10e0780522e8dcaae40">License::re</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
A PCRE regular expression for text that matches this license. 
</div>
</div><p>
<a class="anchor" name="8565ff83446bd71ed1a489100dbc12d0"></a><!-- doxytag: member="License::re_flags" ref="8565ff83446bd71ed1a489100dbc12d0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="structLicense.html#8565ff83446bd71ed1a489100dbc12d0">License::re_flags</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
PCRE flags for re. (Typically PCRE_CASELESS or PCRE_MULTILINE). 
</div>
</div><p>
<a class="anchor" name="37fa42c1ff3bb0b29d7625ef3c7f5e72"></a><!-- doxytag: member="License::regexp" ref="37fa42c1ff3bb0b29d7625ef3c7f5e72" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">pcre* <a class="el" href="structLicense.html#37fa42c1ff3bb0b29d7625ef3c7f5e72">License::regexp</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The PCRE object for re. (This field is set automatically.) 
</div>
</div><p>
<a class="anchor" name="7ebe77459ff7519213f049e10dd45298"></a><!-- doxytag: member="License::url" ref="7ebe77459ff7519213f049e10dd45298" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* <a class="el" href="structLicense.html#7ebe77459ff7519213f049e10dd45298">License::url</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The string URL to the license's website. 
</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>