Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/doc/html/boostbook/dtd/requirement.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 3.6 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>
5          BoostBook element requirement</title>
6<link rel="stylesheet" href="../../boostbook.css" type="text/css">
7<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
8<link rel="start" href="../../index.html" title="The Boost C++ Libraries">
9<link rel="up" href="../../reference.html" title="Chapter 20. Reference">
10<link rel="prev" href="method-group.html" title="
11          BoostBook element method-group">
12<link rel="next" href="precondition.html" title="
13          BoostBook element precondition">
14</head>
15<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16<table cellpadding="2" width="100%">
17<td valign="top"><img alt="boost.png (6897 bytes)" width="277" height="86" src="../../../../boost.png"></td>
18<td align="center"><a href="../../../../index.htm">Home</a></td>
19<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
20<td align="center"><a href="../../../../people/people.htm">People</a></td>
21<td align="center"><a href="../../../../more/faq.htm">FAQ</a></td>
22<td align="center"><a href="../../../../more/index.htm">More</a></td>
23</table>
24<hr>
25<div class="spirit-nav">
26<a accesskey="p" href="method-group.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="precondition.html"><img src="../../images/next.png" alt="Next"></a>
27</div>
28<div class="refentry" lang="en">
29<a name="boostbook.dtd.requirement"></a><div class="titlepage"></div>
30<div class="refnamediv">
31<h2><span class="refentrytitle">
32          BoostBook element <code class="sgmltag-element">requirement</code></span></h2>
33<p>requirement &#8212; A requirement/property in the Jamfile for a testcase</p>
34</div>
35<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
36<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv">requirement ::=
37  (#PCDATA)
38</div>
39<div class="refsection" lang="en">
40<a name="id2849050"></a><h2>Description</h2>
41<p>A requirement is part of the dependencies of a target in a
42  Jamfile. The <code class="computeroutput">name</code> attribute of a requirement element
43  gives the name of the Boost.Build feature and the content of the
44  requirement gives the value of that feature. A requirement such as
45  <code class="computeroutput">&lt;includes&gt;foo.hpp</code> would be encoded as
46  <code class="computeroutput">&lt;requirement
47  name="includes"&gt;foo.hpp&lt;/requirement&gt;</code>.</p>
48</div>
49<div class="refsection" lang="en">
50<a name="id2849078"></a><h2>Attributes</h2>
51<div class="informaltable"><table class="table">
52<colgroup>
53<col>
54<col>
55<col>
56<col>
57</colgroup>
58<thead><tr>
59<th>Name</th>
60<th>Type</th>
61<th>Value</th>
62<th>Purpose</th>
63</tr></thead>
64<tbody><tr>
65<td>name</td>
66<td>#REQUIRED</td>
67<td>CDATA</td>
68<td>The name of the element being declared to referenced</td>
69</tr></tbody>
70</table></div>
71</div>
72</div>
73<table width="100%"><tr>
74<td align="left"></td>
75<td align="right"><small>Copyright © 2003-2005 Douglas Gregor</small></td>
76</tr></table>
77<hr>
78<div class="spirit-nav">
79<a accesskey="p" href="method-group.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="precondition.html"><img src="../../images/next.png" alt="Next"></a>
80</div>
81</body>
82</html>
Note: See TracBrowser for help on using the repository browser.