forked from boostorg/fusion
Fusion: added nview and friends, docs and tests
[SVN r56377]
This commit is contained in:
@ -3,10 +3,10 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Preface</title>
|
||||
<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<link rel="home" href="../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="previous" href="../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="prev" href="../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="next" href="introduction.html" title="Introduction">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -22,18 +22,15 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="../index.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="introduction.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h2 class="title" style="clear: both">
|
||||
<a name="fusion.preface"></a><a href="preface.html" title="Preface">Preface</a>
|
||||
</h2></div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
<div class="section" title="Preface">
|
||||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||||
<a name="fusion.preface"></a><a class="link" href="preface.html" title="Preface">Preface</a>
|
||||
</h2></div></div></div>
|
||||
<div class="blockquote"><blockquote class="blockquote">
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
<span class="emphasis"><em>“<span class="quote">Algorithms + Data Structures = Programs.</span>”</em></span>
|
||||
<span class="emphasis"><em><span class="quote">“<span class="quote">Algorithms + Data Structures = Programs.</span>”</span></em></span>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
@ -42,15 +39,15 @@
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><b>--Niklaus Wirth</b></span>
|
||||
<span class="bold"><strong>--Niklaus Wirth</strong></span>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
</blockquote></div>
|
||||
<a name="fusion.preface.description"></a><h3>
|
||||
<a name="id397994"></a>
|
||||
<a href="preface.html#fusion.preface.description">Description</a>
|
||||
</h3>
|
||||
<a name="fusion.preface.description"></a><h4>
|
||||
<a name="id555253"></a>
|
||||
<a class="link" href="preface.html#fusion.preface.description">Description</a>
|
||||
</h4>
|
||||
<p>
|
||||
Fusion is a library for working with heterogenous collections of data, commonly
|
||||
referred to as tuples. A set of containers (vector, list, set and map) is provided,
|
||||
@ -65,10 +62,10 @@
|
||||
It is named "fusion" because the library is a "fusion"
|
||||
of compile time metaprogramming with runtime programming.
|
||||
</p>
|
||||
<a name="fusion.preface.motivation"></a><h3>
|
||||
<a name="id398024"></a>
|
||||
<a href="preface.html#fusion.preface.motivation">Motivation</a>
|
||||
</h3>
|
||||
<a name="fusion.preface.motivation"></a><h4>
|
||||
<a name="id555283"></a>
|
||||
<a class="link" href="preface.html#fusion.preface.motivation">Motivation</a>
|
||||
</h4>
|
||||
<p>
|
||||
Tuples are powerful beasts. After having developed two significant projects
|
||||
(<a href="http://spirit.sourceforge.net" target="_top">Spirit</a> and <a href="http://boost.org/libs/spirit/phoenix/index.html" target="_top">Phoenix</a>)
|
||||
@ -91,91 +88,121 @@
|
||||
had an adhoc collection of tuple manipulation and traversal routines. It was
|
||||
an instant <span class="emphasis"><em>AHA!</em></span> moment.
|
||||
</p>
|
||||
<a name="fusion.preface.how_to_use_this_manual"></a><h3>
|
||||
<a name="id353848"></a>
|
||||
<a href="preface.html#fusion.preface.how_to_use_this_manual">How to use this manual</a>
|
||||
</h3>
|
||||
<a name="fusion.preface.how_to_use_this_manual"></a><h4>
|
||||
<a name="id555350"></a>
|
||||
<a class="link" href="preface.html#fusion.preface.how_to_use_this_manual">How to use this manual</a>
|
||||
</h4>
|
||||
<p>
|
||||
Some icons are used to mark certain topics indicative of their relevance. These
|
||||
icons precede some text to indicate:
|
||||
</p>
|
||||
<div class="table">
|
||||
<a name="id353868"></a><p class="title"><b>Table<EFBFBD>1.1.<2E>Icons</b></p>
|
||||
<table class="table" summary="Icons">
|
||||
<a name="id555363"></a><p class="title"><b>Table<EFBFBD>1.1.<2E>Icons</b></p>
|
||||
<div class="table-contents"><table class="table" summary="Icons">
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup>
|
||||
<thead><tr>
|
||||
<th><p>
|
||||
<th>
|
||||
<p>
|
||||
Icon
|
||||
</p></th>
|
||||
<th><p>
|
||||
</p>
|
||||
</th>
|
||||
<th>
|
||||
<p>
|
||||
Name
|
||||
</p></th>
|
||||
<th><p>
|
||||
</p>
|
||||
</th>
|
||||
<th>
|
||||
<p>
|
||||
Meaning
|
||||
</p></th>
|
||||
</p>
|
||||
</th>
|
||||
</tr></thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><p>
|
||||
<span class="inlinemediaobject"><img src="images/note.png" alt="note"></span>
|
||||
</p></td>
|
||||
<td><p>
|
||||
<td>
|
||||
<p>
|
||||
<span class="inlinemediaobject"><img src="../images/note.png" alt="note"></span>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Note
|
||||
</p></td>
|
||||
<td><p>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Information provided is auxiliary but will give the reader a deeper insight
|
||||
into a specific topic. May be skipped.
|
||||
</p></td>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>
|
||||
<span class="inlinemediaobject"><img src="images/alert.png" alt="alert"></span>
|
||||
</p></td>
|
||||
<td><p>
|
||||
<td>
|
||||
<p>
|
||||
<span class="inlinemediaobject"><img src="../images/alert.png" alt="alert"></span>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Alert
|
||||
</p></td>
|
||||
<td><p>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Information provided is of utmost importance.
|
||||
</p></td>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>
|
||||
<span class="inlinemediaobject"><img src="images/caution.png" alt="caution"></span>
|
||||
</p></td>
|
||||
<td><p>
|
||||
<td>
|
||||
<p>
|
||||
<span class="inlinemediaobject"><img src="../images/caution.png" alt="caution"></span>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Caution
|
||||
</p></td>
|
||||
<td><p>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
A mild warning.
|
||||
</p></td>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>
|
||||
<span class="inlinemediaobject"><img src="images/tip.png" alt="tip"></span>
|
||||
</p></td>
|
||||
<td><p>
|
||||
<td>
|
||||
<p>
|
||||
<span class="inlinemediaobject"><img src="../images/tip.png" alt="tip"></span>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Tip
|
||||
</p></td>
|
||||
<td><p>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
A potentially useful and helpful piece of information.
|
||||
</p></td>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table></div>
|
||||
</div>
|
||||
<p>
|
||||
<br class="table-break"><p>
|
||||
This documentation is automatically generated by Boost QuickBook documentation
|
||||
tool. QuickBook can be found in the <a href="http://www.boost.org/tools/index.html" target="_top">Boost
|
||||
Tools</a>.
|
||||
</p>
|
||||
<a name="fusion.preface.support"></a><h3>
|
||||
<a name="id355582"></a>
|
||||
<a href="preface.html#fusion.preface.support">Support</a>
|
||||
</h3>
|
||||
<a name="fusion.preface.support"></a><h4>
|
||||
<a name="id555567"></a>
|
||||
<a class="link" href="preface.html#fusion.preface.support">Support</a>
|
||||
</h4>
|
||||
<p>
|
||||
Please direct all questions to Spirit's mailing list. You can subscribe to
|
||||
the <a href="https://lists.sourceforge.net/lists/listinfo/spirit-general" target="_top">Spirit
|
||||
|
Reference in New Issue
Block a user