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: License 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>License Struct Reference</h1><!-- doxytag: class="License" -->Holds a license and its associated details and patterns.
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">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#c6c78e89f5593adf3ddfdf6d7b206cae">name</a></td></tr>
35 <tr><td class="memItemLeft" nowrap align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#7ebe77459ff7519213f049e10dd45298">url</a></td></tr>
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#9978ac560432f298637f9b0f3075d0a2">nice_name</a></td></tr>
39 <tr><td class="memItemLeft" nowrap align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#eb62fae84281e10e0780522e8dcaae40">re</a></td></tr>
41 <tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#8565ff83446bd71ed1a489100dbc12d0">re_flags</a></td></tr>
43 <tr><td class="memItemLeft" nowrap align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#105f5f3de6a8a6eb67b0e0318ce60515">exclude_re</a></td></tr>
45 <tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#7ef78e82759738f0532e894e9ee767b0">exclude_re_flags</a></td></tr>
47 <tr><td class="memItemLeft" nowrap align="right" valign="top">pcre * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#37fa42c1ff3bb0b29d7625ef3c7f5e72">regexp</a></td></tr>
49 <tr><td class="memItemLeft" nowrap align="right" valign="top">pcre * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLicense.html#e3bdf30dd10ac75c3d0823531ebea9c6">exclude_regexp</a></td></tr>
52 <hr><a name="_details"></a><h2>Detailed Description</h2>
53 Holds a license and its associated details and patterns. <hr><h2>Field Documentation</h2>
54 <a class="anchor" name="105f5f3de6a8a6eb67b0e0318ce60515"></a><!-- doxytag: member="License::exclude_re" ref="105f5f3de6a8a6eb67b0e0318ce60515" args="" -->
56 <div class="memproto">
57 <table class="memname">
59 <td class="memname">const char* <a class="el" href="structLicense.html#105f5f3de6a8a6eb67b0e0318ce60515">License::exclude_re</a> </td>
66 A PCRE regular expression for text that matches re, but should not match this re in order to match this license.
69 <a class="anchor" name="7ef78e82759738f0532e894e9ee767b0"></a><!-- doxytag: member="License::exclude_re_flags" ref="7ef78e82759738f0532e894e9ee767b0" args="" -->
71 <div class="memproto">
72 <table class="memname">
74 <td class="memname">int <a class="el" href="structLicense.html#7ef78e82759738f0532e894e9ee767b0">License::exclude_re_flags</a> </td>
81 PCRE flags for exclude_re.
84 <a class="anchor" name="e3bdf30dd10ac75c3d0823531ebea9c6"></a><!-- doxytag: member="License::exclude_regexp" ref="e3bdf30dd10ac75c3d0823531ebea9c6" args="" -->
86 <div class="memproto">
87 <table class="memname">
89 <td class="memname">pcre* <a class="el" href="structLicense.html#e3bdf30dd10ac75c3d0823531ebea9c6">License::exclude_regexp</a> </td>
96 The PCRE object for exclude_re. (This field is set automatically.)
99 <a class="anchor" name="c6c78e89f5593adf3ddfdf6d7b206cae"></a><!-- doxytag: member="License::name" ref="c6c78e89f5593adf3ddfdf6d7b206cae" args="" -->
100 <div class="memitem">
101 <div class="memproto">
102 <table class="memname">
104 <td class="memname">const char* <a class="el" href="structLicense.html#c6c78e89f5593adf3ddfdf6d7b206cae">License::name</a> </td>
111 The ID name of the license. Should be in defined in <a class="el" href="licenses_8h.html">licenses.h</a>.
114 <a class="anchor" name="9978ac560432f298637f9b0f3075d0a2"></a><!-- doxytag: member="License::nice_name" ref="9978ac560432f298637f9b0f3075d0a2" args="" -->
115 <div class="memitem">
116 <div class="memproto">
117 <table class="memname">
119 <td class="memname">const char* <a class="el" href="structLicense.html#9978ac560432f298637f9b0f3075d0a2">License::nice_name</a> </td>
126 A nice displayable name for the license.
129 <a class="anchor" name="eb62fae84281e10e0780522e8dcaae40"></a><!-- doxytag: member="License::re" ref="eb62fae84281e10e0780522e8dcaae40" args="" -->
130 <div class="memitem">
131 <div class="memproto">
132 <table class="memname">
134 <td class="memname">const char* <a class="el" href="structLicense.html#eb62fae84281e10e0780522e8dcaae40">License::re</a> </td>
141 A PCRE regular expression for text that matches this license.
144 <a class="anchor" name="8565ff83446bd71ed1a489100dbc12d0"></a><!-- doxytag: member="License::re_flags" ref="8565ff83446bd71ed1a489100dbc12d0" args="" -->
145 <div class="memitem">
146 <div class="memproto">
147 <table class="memname">
149 <td class="memname">int <a class="el" href="structLicense.html#8565ff83446bd71ed1a489100dbc12d0">License::re_flags</a> </td>
156 PCRE flags for re. (Typically PCRE_CASELESS or PCRE_MULTILINE).
159 <a class="anchor" name="37fa42c1ff3bb0b29d7625ef3c7f5e72"></a><!-- doxytag: member="License::regexp" ref="37fa42c1ff3bb0b29d7625ef3c7f5e72" args="" -->
160 <div class="memitem">
161 <div class="memproto">
162 <table class="memname">
164 <td class="memname">pcre* <a class="el" href="structLicense.html#37fa42c1ff3bb0b29d7625ef3c7f5e72">License::regexp</a> </td>
171 The PCRE object for re. (This field is set automatically.)
174 <a class="anchor" name="7ebe77459ff7519213f049e10dd45298"></a><!-- doxytag: member="License::url" ref="7ebe77459ff7519213f049e10dd45298" args="" -->
175 <div class="memitem">
176 <div class="memproto">
177 <table class="memname">
179 <td class="memname">const char* <a class="el" href="structLicense.html#7ebe77459ff7519213f049e10dd45298">License::url</a> </td>
186 The string URL to the license's website.
189 <hr>The documentation for this struct was generated from the following file:<ul>
190 <li>/Users/andy/dev/ohcount/src/<a class="el" href="structs_8h_source.html">structs.h</a></ul>
192 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 28 15:20:08 2009 for ohcount by
193 <a href="http://www.doxygen.org/index.html">
194 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>