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
|
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Findlib" rel="Chapter" href="Findlib.html">
<link title="Fl_package_base" rel="Chapter" href="Fl_package_base.html">
<link title="Fl_metascanner" rel="Chapter" href="Fl_metascanner.html">
<link title="Fl_dynload" rel="Chapter" href="Fl_dynload.html">
<link title="Topfind" rel="Chapter" href="Topfind.html"><title>The Findlib Library : Index of types</title>
</head>
<body>
<div class="navbar"> <a class="up" href="index.html" title="Index">Up</a>
</div>
<h1>Index of types</h1>
<table>
<tr><td align="left"><div>F</div></td></tr>
<tr><td><a href="Fl_metascanner.html#TYPEflavour">flavour</a> [<a href="Fl_metascanner.html">Fl_metascanner</a>]</td>
<td><div class="info">
<p><code class="code">`BaseDef</code> refers to META definitions using the "=" operator,
and <code class="code">`Appendix</code> refers to definitions using the "+=" operator.</p>
</div>
</td></tr>
<tr><td><a href="Fl_metascanner.html#TYPEformal_pred">formal_pred</a> [<a href="Fl_metascanner.html">Fl_metascanner</a>]</td>
<td></td></tr>
<tr><td><a href="Findlib.html#TYPEformal_pred">formal_pred</a> [<a href="Findlib.html">Findlib</a>]</td>
<td><div class="info">
<p>A formal predicate as it occurs in a package definition</p>
</div>
</td></tr>
<tr><td align="left"><div>P</div></td></tr>
<tr><td><a href="Fl_package_base.html#TYPEpackage">package</a> [<a href="Fl_package_base.html">Fl_package_base</a>]</td>
<td><div class="info">
<p>The definition of a package</p>
</div>
</td></tr>
<tr><td><a href="Fl_package_base.html#TYPEpackage_priv">package_priv</a> [<a href="Fl_package_base.html">Fl_package_base</a>]</td>
<td></td></tr>
<tr><td><a href="Fl_metascanner.html#TYPEpkg_definition">pkg_definition</a> [<a href="Fl_metascanner.html">Fl_metascanner</a>]</td>
<td><div class="info">
<p>A <code class="code">pkg_definition</code> is expressed by the syntax</p>
<pre class="codepre"><code class="code"> var(p1,p2,...) = "value" </code></pre><p>(flavour `BaseDef),
or the syntax</p>
<pre class="codepre"><code class="code"> var(p1,p2,...) += "value" </code></pre><p>(flavour `Appendix)
in the META file.</p>
</div>
</td></tr>
<tr><td><a href="Fl_metascanner.html#TYPEpkg_expr">pkg_expr</a> [<a href="Fl_metascanner.html">Fl_metascanner</a>]</td>
<td><div class="info">
<p>A value of type <code class="code">pkg_expr</code> denotes the contents of a META file.</p>
</div>
</td></tr>
<tr><td align="left"><div>R</div></td></tr>
<tr><td><a href="Findlib.html#TYPErectype">rectype</a> [<a href="Findlib.html">Findlib</a>]</td>
<td></td></tr>
</table>
</body>
</html>
|