Fusion: added nview and friends, docs and tests

[SVN r56377]
This commit is contained in:
Hartmut Kaiser
2009-09-25 00:21:53 +00:00
parent 43645b3764
commit 10c0665ffa
258 changed files with 16390 additions and 13592 deletions

View File

@ -3,12 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Concepts</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="../sequence.html" title="Sequence">
<link rel="previous" href="../sequence.html" title="Sequence">
<link rel="next" href="concepts/forward_sequence.html" title="Forward
Sequence">
<link rel="prev" href="../sequence.html" title="Sequence">
<link rel="next" href="concepts/forward_sequence.html" title="Forward Sequence">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@ -23,13 +22,10 @@
<div class="spirit-nav">
<a accesskey="p" href="../sequence.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sequence.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="concepts/forward_sequence.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
<div class="titlepage">
<div><div><h3 class="title">
<a name="fusion.sequence.concepts"></a><a href="concepts.html" title="Concepts">Concepts</a>
</h3></div></div>
<div></div>
</div>
<div class="section" title="Concepts">
<div class="titlepage"><div><div><h3 class="title">
<a name="fusion.sequence.concepts"></a><a class="link" href="concepts.html" title="Concepts">Concepts</a>
</h3></div></div></div>
<div class="toc"><dl>
<dt><span class="section"><a href="concepts/forward_sequence.html">Forward
Sequence</a></span></dt>
@ -43,31 +39,25 @@
<p>
Fusion Sequences are organized into a hierarchy of concepts.
</p>
<a name="fusion.sequence.concepts.traversal"></a><h4>
<a name="id442210"></a>
<a href="concepts.html#fusion.sequence.concepts.traversal">Traversal</a>
</h4>
<a name="fusion.sequence.concepts.traversal"></a><h5>
<a name="id590389"></a>
<a class="link" href="concepts.html#fusion.sequence.concepts.traversal">Traversal</a>
</h5>
<p>
Fusion's sequence traversal related concepts parallel Fusion's <a href="../iterator/concepts.html" title="Concepts">Iterator
Concepts</a>. <a href="concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a> is the most basic concept. <a href="concepts/bidirectional_sequence.html" title="Bidirectional
Sequence">Bidirectional
Sequence</a> is a refinement of <a href="concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>. <a href="concepts/random_access_sequence.html" title="Random
Access Sequence">Random
Access Sequence</a> is a refinement of <a href="concepts/bidirectional_sequence.html" title="Bidirectional
Sequence">Bidirectional
Fusion's sequence traversal related concepts parallel Fusion's <a class="link" href="../iterator/concepts.html" title="Concepts">Iterator
Concepts</a>. <a class="link" href="concepts/forward_sequence.html" title="Forward Sequence">Forward
Sequence</a> is the most basic concept. <a class="link" href="concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
Sequence</a> is a refinement of <a class="link" href="concepts/forward_sequence.html" title="Forward Sequence">Forward
Sequence</a>. <a class="link" href="concepts/random_access_sequence.html" title="Random Access Sequence">Random
Access Sequence</a> is a refinement of <a class="link" href="concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
Sequence</a>. These concepts pertain to sequence traversal.
</p>
<a name="fusion.sequence.concepts.associativity"></a><h4>
<a name="id442296"></a>
<a href="concepts.html#fusion.sequence.concepts.associativity">Associativity</a>
</h4>
<a name="fusion.sequence.concepts.associativity"></a><h5>
<a name="id590435"></a>
<a class="link" href="concepts.html#fusion.sequence.concepts.associativity">Associativity</a>
</h5>
<p>
The <a href="concepts/associative_sequence.html" title="Associative
Sequence">Associative
The <a class="link" href="concepts/associative_sequence.html" title="Associative Sequence">Associative
Sequence</a> concept is orthogonal to traversal. An Associative Sequence
allows efficient retrieval of elements based on keys.
</p>