Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/spirit/phoenix/doc/inside_phoenix.html @ 12

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

added boost

File size: 2.3 KB
Line 
1<html>
2<head>
3<!-- Generated by the Spirit (http://spirit.sf.net) QuickDoc -->
4<title>Inside Phoenix</title>
5<link rel="stylesheet" href="theme/style.css" type="text/css">
6<link rel="prev" href="efficiency.html">
7<link rel="next" href="tuples.html">
8</head>
9<body>
10<table width="100%" height="48" border="0" background="theme/bkd2.gif" cellspacing="2">
11  <tr>
12    <td width="10">
13    </td>
14    <td width="85%">
15      <font size="6" face="Verdana, Arial, Helvetica, sans-serif"><b>Inside Phoenix</b></font>
16    </td>
17    <td width="112"><a href="http://spirit.sf.net"><img src="theme/spirit.gif" align="right" border="0"></a></td>
18  </tr>
19</table>
20<br>
21<table border="0">
22  <tr>
23    <td width="30"><a href="../index.html"><img src="theme/u_arr.gif" border="0"></a></td>
24    <td width="30"><a href="efficiency.html"><img src="theme/l_arr.gif" border="0"></a></td>
25    <td width="20"><a href="tuples.html"><img src="theme/r_arr.gif" border="0"></a></td>
26   </tr>
27</table>
28<p>
29This chapter explains in more detail how the framework operates. The information henceforth should not be necessary to those who are interested in just using the framework. However, a microscopic view might prove to be beneficial to more advanced programmers. But then again, it is really hard to classify what it means to be an &quot;advanced programmer&quot;. Is knowledge of the C++ language as a language lawyer a prerequisite? Perhaps, but also perhaps not. As always, the information presented will always assume a friendly tone. Perhaps the prerequisite here is that the reader should have an &quot;advanced imagination&quot; <img src="theme/smiley.gif"></img> and a decent knowledge of C++ language rules.</p>
30<table border="0">
31  <tr>
32    <td width="30"><a href="../index.html"><img src="theme/u_arr.gif" border="0"></a></td>
33    <td width="30"><a href="efficiency.html"><img src="theme/l_arr.gif" border="0"></a></td>
34    <td width="20"><a href="tuples.html"><img src="theme/r_arr.gif" border="0"></a></td>
35   </tr>
36</table>
37<br>
38<hr size="1">
39<p class="copyright">Copyright &copy; 2001-2002 Joel de Guzman<br>
40  <br>
41<font size="2">Use, modification and distribution is subject to the Boost Software
42    License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
43    http://www.boost.org/LICENSE_1_0.txt) </font> </p>
44</body>
45</html>
Note: See TracBrowser for help on using the repository browser.