|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r56364 - in sandbox/explore/libs/explore/doc: . html html/boost_explore html/boost_explore/tutorial
From: jmcintyre_at_[hidden]
Date: 2009-09-22 20:30:05
Author: jared
Date: 2009-09-22 20:30:03 EDT (Tue, 22 Sep 2009)
New Revision: 56364
URL: http://svn.boost.org/trac/boost/changeset/56364
Log:
Explore - rebuild and check in documentation.
Text files modified:
sandbox/explore/libs/explore/doc/custom_delimeters.qbk | 15 +++
sandbox/explore/libs/explore/doc/explore.qbk | 2
sandbox/explore/libs/explore/doc/html/boost_explore/dependencies_platforms.html | 10 +-
sandbox/explore/libs/explore/doc/html/boost_explore/design.html | 16 +-
sandbox/explore/libs/explore/doc/html/boost_explore/tutorial.html | 31 +++---
sandbox/explore/libs/explore/doc/html/boost_explore/tutorial/custom_containers.html | 10 +-
sandbox/explore/libs/explore/doc/html/boost_explore/tutorial/custom_delimeters.html | 161 ++++++++++++++++++++++++++++++++++++---
sandbox/explore/libs/explore/doc/html/boost_explore/tutorial/type_specific_formatting.html | 2
sandbox/explore/libs/explore/doc/html/index.html | 28 +++---
sandbox/explore/libs/explore/doc/tutorial.qbk | 2
10 files changed, 211 insertions(+), 66 deletions(-)
Modified: sandbox/explore/libs/explore/doc/custom_delimeters.qbk
==============================================================================
--- sandbox/explore/libs/explore/doc/custom_delimeters.qbk (original)
+++ sandbox/explore/libs/explore/doc/custom_delimeters.qbk 2009-09-22 20:30:03 EDT (Tue, 22 Sep 2009)
@@ -105,6 +105,21 @@
[heading Retrieving Manipulator Values]
+[table Boost.Explore Stream Manipulator Getters
+ [[Function] [Functionality]]
+ [[string get_start(const ostream&)] [Retrieves the string output at the beginning of a container.]]
+ [[string get_end(const ostream&)] [Retrieves the string output at the end of a container.]]
+ [[string get_seperator(const ostream&)] [Retrieves the string output in between elements.]]
+ [[string get_assoc_item_start(const ostream&)] [Retrieves the string output at the front of an association item.]]
+ [[string get_assoc_item_end(const ostream&)] [Retrieves the string output at the end of an association item.]]
+ [[string get_assoc_item_seperator(const ostream&)] [Retrieves the string output in between elements of an association item.]]
+ [[size_t get_cols(const ostream&)] [Retrieves how many values will print on each line]]
+ [[size_t get_item_width(const ostream&)] [Retrieves each contained item's width, similar to std::setw]]
+]
+
+[important There are both ostream and wostream versions of all functions. String manipulator functions will return a wstring instead of a
+string when passed a wostream.]
+
TODO: finish this section
[endsect]
Modified: sandbox/explore/libs/explore/doc/explore.qbk
==============================================================================
--- sandbox/explore/libs/explore/doc/explore.qbk (original)
+++ sandbox/explore/libs/explore/doc/explore.qbk 2009-09-22 20:30:03 EDT (Tue, 22 Sep 2009)
@@ -16,7 +16,7 @@
]
[category template]
[category generic]
- [last-revision $Date: 2008/03/22 00:25:13 $]
+ [last-revision $Date: 2009/09/22 18:26:00 $]
]
[include tutorial.qbk]
Modified: sandbox/explore/libs/explore/doc/html/boost_explore/dependencies_platforms.html
==============================================================================
--- sandbox/explore/libs/explore/doc/html/boost_explore/dependencies_platforms.html (original)
+++ sandbox/explore/libs/explore/doc/html/boost_explore/dependencies_platforms.html 2009-09-22 20:30:03 EDT (Tue, 22 Sep 2009)
@@ -4,8 +4,8 @@
<title>Dependencies and Platforms</title>
<link rel="stylesheet" href="../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="../index.html" title="Boost.explore">
-<link rel="up" href="../index.html" title="Boost.explore">
+<link rel="home" href="../index.html" title="Boost.Explore">
+<link rel="up" href="../index.html" title="Boost.Explore">
<link rel="prev" href="tutorial/type_specific_formatting.html" title="Type Specific Formatting">
<link rel="next" href="design.html" title="Design Notes">
</head>
@@ -28,11 +28,11 @@
Platforms</a>
</h2></div></div></div>
<a name="boost_explore.dependencies_platforms.dependencies"></a><h3>
-<a name="id558604"></a>
+<a name="id558802"></a>
<a class="link" href="dependencies_platforms.html#boost_explore.dependencies_platforms.dependencies">Dependencies</a>
</h3>
<p>
- The following libraries must be available in order to use Boost.explore
+ The following libraries must be available in order to use Boost.Explore
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
@@ -52,7 +52,7 @@
</li>
</ul></div>
<a name="boost_explore.dependencies_platforms.supported_platforms"></a><h3>
-<a name="id558651"></a>
+<a name="id558848"></a>
<a class="link" href="dependencies_platforms.html#boost_explore.dependencies_platforms.supported_platforms">Supported
Platforms</a>
</h3>
Modified: sandbox/explore/libs/explore/doc/html/boost_explore/design.html
==============================================================================
--- sandbox/explore/libs/explore/doc/html/boost_explore/design.html (original)
+++ sandbox/explore/libs/explore/doc/html/boost_explore/design.html 2009-09-22 20:30:03 EDT (Tue, 22 Sep 2009)
@@ -4,8 +4,8 @@
<title>Design Notes</title>
<link rel="stylesheet" href="../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="../index.html" title="Boost.explore">
-<link rel="up" href="../index.html" title="Boost.explore">
+<link rel="home" href="../index.html" title="Boost.Explore">
+<link rel="up" href="../index.html" title="Boost.Explore">
<link rel="prev" href="dependencies_platforms.html" title="Dependencies and Platforms">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -26,13 +26,13 @@
<a name="boost_explore.design"></a><a class="link" href="design.html" title="Design Notes"> Design Notes</a>
</h2></div></div></div>
<a name="boost_explore.design.rationale"></a><h3>
-<a name="id558807"></a>
+<a name="id559276"></a>
<a class="link" href="design.html#boost_explore.design.rationale">Rationale</a>
</h3>
<p>
- The explore library is intended primarily as a debugging tool although in some
- cases it may prove sufficiently capable to provide output good enough for other
- applications.
+ The Boost.Explore library is intended primarily as a debugging tool although
+ in some cases it may prove sufficiently capable to provide output good enough
+ for other applications.
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
@@ -42,8 +42,8 @@
</li>
<li class="listitem">
<span class="bold"><strong>Support user defined types.</strong></span> Since collections
- can support user defined types explore should be capable of printing containers
- with thoes types.
+ can support user defined types Boost.Explore should be capable of printing
+ containers with thoes types.
</li>
<li class="listitem">
<span class="bold"><strong>Portability.</strong></span> The library should work with
Modified: sandbox/explore/libs/explore/doc/html/boost_explore/tutorial.html
==============================================================================
--- sandbox/explore/libs/explore/doc/html/boost_explore/tutorial.html (original)
+++ sandbox/explore/libs/explore/doc/html/boost_explore/tutorial.html 2009-09-22 20:30:03 EDT (Tue, 22 Sep 2009)
@@ -4,9 +4,9 @@
<title>Tutorial</title>
<link rel="stylesheet" href="../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="../index.html" title="Boost.explore">
-<link rel="up" href="../index.html" title="Boost.explore">
-<link rel="prev" href="../index.html" title="Boost.explore">
+<link rel="home" href="../index.html" title="Boost.Explore">
+<link rel="up" href="../index.html" title="Boost.Explore">
+<link rel="prev" href="../index.html" title="Boost.Explore">
<link rel="next" href="tutorial/custom_delimeters.html" title="Custom Delimiters">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -41,15 +41,15 @@
Printing</a>
</h4>
<p>
- All of the explore library can be used by simply including the <code class="computeroutput"><span class="string">"explore.hpp"</span></code> header file.
+ All of the Boost.Explore library can be used by simply including the <code class="computeroutput"><span class="string">"explore.hpp"</span></code> header file.
</p>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">explore</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">explore</span><span class="special">;</span>
</pre>
<p>
- However, this will pull in definitions of all the containers that Explore supports.
- To include only the definitions required for a specific container include each
- type's header file instead of <code class="computeroutput"><span class="string">"explore.hpp"</span></code>.
+ However, this will pull in definitions of all the containers that Boost.Explore
+ supports. To include only the definitions required for a specific container
+ include each type's header file instead of <code class="computeroutput"><span class="string">"explore.hpp"</span></code>.
</p>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">explore</span><span class="special">/</span><span class="identifier">vector</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">explore</span><span class="special">/</span><span class="identifier">boost_array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
@@ -60,7 +60,7 @@
of Contained Items</a>
</h4>
<p>
- Once you have included the proper header files, containers can be be streamed
+ Once you have included the proper header files, containers can be streamed
in a formated manner.
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vi</span><span class="special">;</span>
@@ -100,7 +100,7 @@
</h4>
<p>
C style arrays have a standard streaming format, however, when you include
- any explore header, including <code class="computeroutput"><span class="string">"explore.hpp"</span></code>
+ any Boost.Explore header, including <code class="computeroutput"><span class="string">"explore.hpp"</span></code>
and <code class="computeroutput"><span class="string">"boost/explore/c_array.hpp"</span></code>,
you override this default streaming format with the explore streaming format
and all the abilities of it.
@@ -134,13 +134,14 @@
</pre>
<p>
But this format doesn't describe the associative nature of the elements well.
- So, explore uses special delimeters for the associations within associative
+ So, Boost.Explore uses special delimeters for the associations within associative
containers, and the above code prints in a clearer format.
</p>
<pre class="programlisting"><span class="special">[</span><span class="number">1</span><span class="special">:</span><span class="identifier">first</span><span class="special">,</span> <span class="number">2</span><span class="special">:</span><span class="identifier">second</span><span class="special">,</span> <span class="number">3</span><span class="special">:</span><span class="identifier">third</span><span class="special">]</span>
</pre>
<p>
- Currently, the only containers that explore recognizes as associative are:
+ Currently, the only containers that Boost.Explore recognizes as associative
+ are:
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
@@ -155,13 +156,13 @@
can be handled as associative containers.
</p>
<a name="boost_explore.tutorial.lexical_cast"></a><h4>
-<a name="id555167"></a>
+<a name="id555168"></a>
<a class="link" href="tutorial.html#boost_explore.tutorial.lexical_cast">lexical_cast</a>
</h4>
<p>
- Because explore works with streaming operators, boost::lexical_cast will work
- with the explore library to allow you to create strings with the printed output
- of explore for cases when you don't want to use streaming directly.
+ Because Boost.Explore works with streaming operators, boost::lexical_cast will
+ work with the explore library to allow you to create strings with the printed
+ output of Explore for cases when you don't want to use streaming directly.
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vi</span><span class="special">;</span>
<span class="identifier">vi</span><span class="special">.</span><span class="identifier">push_back</span><span class="special">(</span><span class="number">1</span><span class="special">);</span>
Modified: sandbox/explore/libs/explore/doc/html/boost_explore/tutorial/custom_containers.html
==============================================================================
--- sandbox/explore/libs/explore/doc/html/boost_explore/tutorial/custom_containers.html (original)
+++ sandbox/explore/libs/explore/doc/html/boost_explore/tutorial/custom_containers.html 2009-09-22 20:30:03 EDT (Tue, 22 Sep 2009)
@@ -4,7 +4,7 @@
<title>Custom Containers</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="../../index.html" title="Boost.explore">
+<link rel="home" href="../../index.html" title="Boost.Explore">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="custom_delimeters.html" title="Custom Delimiters">
<link rel="next" href="type_specific_formatting.html" title="Type Specific Formatting">
@@ -27,11 +27,11 @@
<a name="boost_explore.tutorial.custom_containers"></a><a class="link" href="custom_containers.html" title="Custom Containers"> Custom Containers</a>
</h3></div></div></div>
<p>
- You can use explore with your custom containers, or third party containers.
- However, explore needs a little help in understanding these classes.
+ You can use Boost.Explore with your custom containers, or third party containers.
+ However, it needs a little help in understanding these classes.
</p>
<a name="boost_explore.tutorial.custom_containers.standard_container"></a><h5>
-<a name="id557101"></a>
+<a name="id557299"></a>
<a class="link" href="custom_containers.html#boost_explore.tutorial.custom_containers.standard_container">Standard
Container</a>
</h5>
@@ -89,7 +89,7 @@
<pre class="programlisting"><span class="special">[</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">]</span>
</pre>
<a name="boost_explore.tutorial.custom_containers.associative_container"></a><h5>
-<a name="id557753"></a>
+<a name="id557950"></a>
<a class="link" href="custom_containers.html#boost_explore.tutorial.custom_containers.associative_container">Associative
Container</a>
</h5>
Modified: sandbox/explore/libs/explore/doc/html/boost_explore/tutorial/custom_delimeters.html
==============================================================================
--- sandbox/explore/libs/explore/doc/html/boost_explore/tutorial/custom_delimeters.html (original)
+++ sandbox/explore/libs/explore/doc/html/boost_explore/tutorial/custom_delimeters.html 2009-09-22 20:30:03 EDT (Tue, 22 Sep 2009)
@@ -4,7 +4,7 @@
<title>Custom Delimiters</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="../../index.html" title="Boost.explore">
+<link rel="home" href="../../index.html" title="Boost.Explore">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="../tutorial.html" title="Tutorial">
<link rel="next" href="custom_containers.html" title="Custom Containers">
@@ -27,12 +27,12 @@
<a name="boost_explore.tutorial.custom_delimeters"></a><a class="link" href="custom_delimeters.html" title="Custom Delimiters"> Custom Delimiters</a>
</h3></div></div></div>
<p>
- Explore provides the ability to change the strings used in the container
+ Boost.Explore provides the ability to change the strings used in the container
streaming process through the use of several new stream manipulators.
</p>
<div class="table">
-<a name="id555417"></a><p class="title"><b>Table 1. Explore Stream Manipulators</b></p>
-<div class="table-contents"><table class="table" summary="Explore Stream Manipulators">
+<a name="id555417"></a><p class="title"><b>Table 1. Boost.Explore Stream Manipulators</b></p>
+<div class="table-contents"><table class="table" summary="Boost.Explore Stream Manipulators">
<colgroup>
<col>
<col>
@@ -161,34 +161,34 @@
<tr>
<td>
<p>
- rows(size_t)
+ cols(size_t)
</p>
</td>
<td>
<p>
- ???
+ all
</p>
</td>
<td>
<p>
- ???
+ Defines how many values will print on each line
</p>
</td>
</tr>
<tr>
<td>
<p>
- item_wdth(size_t)
+ item_width(size_t)
</p>
</td>
<td>
<p>
- ???
+ 0
</p>
</td>
<td>
<p>
- ???
+ Defines each contained item's width, similar to std::setw
</p>
</td>
</tr>
@@ -223,7 +223,7 @@
<pre class="programlisting"><span class="special"><</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">></span>
</pre>
<a name="boost_explore.tutorial.custom_delimeters.manipulator_helper_functions"></a><h5>
-<a name="id555903"></a>
+<a name="id555907"></a>
<a class="link" href="custom_delimeters.html#boost_explore.tutorial.custom_delimeters.manipulator_helper_functions">Manipulator
Helper Functions</a>
</h5>
@@ -232,8 +232,8 @@
one call.
</p>
<div class="table">
-<a name="id555921"></a><p class="title"><b>Table 2. Explore Stream Manipulator Helpers</b></p>
-<div class="table-contents"><table class="table" summary="Explore Stream Manipulator Helpers">
+<a name="id555926"></a><p class="title"><b>Table 2. Boost.Explore Stream Manipulator Helpers</b></p>
+<div class="table-contents"><table class="table" summary="Boost.Explore Stream Manipulator Helpers">
<colgroup>
<col>
<col>
@@ -311,7 +311,7 @@
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="identifier">explore</span><span class="special">::</span><span class="identifier">begin_end</span><span class="special">(</span><span class="string">"<"</span><span class="special">,</span> <span class="string">">"</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">vi</span><span class="special">;</span>
</pre>
<a name="boost_explore.tutorial.custom_delimeters.delimeters_by_level"></a><h5>
-<a name="id556111"></a>
+<a name="id556116"></a>
<a class="link" href="custom_delimeters.html#boost_explore.tutorial.custom_delimeters.delimeters_by_level">Delimeters
by Level</a>
</h5>
@@ -369,7 +369,7 @@
<span class="special">}</span>
</pre>
<a name="boost_explore.tutorial.custom_delimeters.item_width"></a><h5>
-<a name="id557034"></a>
+<a name="id557038"></a>
<a class="link" href="custom_delimeters.html#boost_explore.tutorial.custom_delimeters.item_width">Item
Width</a>
</h5>
@@ -377,10 +377,139 @@
TODO: finish this section
</p>
<a name="boost_explore.tutorial.custom_delimeters.retrieving_manipulator_values"></a><h5>
-<a name="id557058"></a>
+<a name="id557062"></a>
<a class="link" href="custom_delimeters.html#boost_explore.tutorial.custom_delimeters.retrieving_manipulator_values">Retrieving
Manipulator Values</a>
</h5>
+<div class="table">
+<a name="id557076"></a><p class="title"><b>Table 3. Boost.Explore Stream Manipulator Getters</b></p>
+<div class="table-contents"><table class="table" summary="Boost.Explore Stream Manipulator Getters">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Function
+ </p>
+ </th>
+<th>
+ <p>
+ Functionality
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ string get_start(const ostream&)
+ </p>
+ </td>
+<td>
+ <p>
+ Retrieves the string output at the beginning of a container.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ string get_end(const ostream&)
+ </p>
+ </td>
+<td>
+ <p>
+ Retrieves the string output at the end of a container.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ string get_seperator(const ostream&)
+ </p>
+ </td>
+<td>
+ <p>
+ Retrieves the string output in between elements.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ string get_assoc_item_start(const ostream&)
+ </p>
+ </td>
+<td>
+ <p>
+ Retrieves the string output at the front of an association item.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ string get_assoc_item_end(const ostream&)
+ </p>
+ </td>
+<td>
+ <p>
+ Retrieves the string output at the end of an association item.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ string get_assoc_item_seperator(const ostream&)
+ </p>
+ </td>
+<td>
+ <p>
+ Retrieves the string output in between elements of an association item.
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ size_t get_cols(const ostream&)
+ </p>
+ </td>
+<td>
+ <p>
+ Retrieves how many values will print on each line
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ size_t get_item_width(const ostream&)
+ </p>
+ </td>
+<td>
+ <p>
+ Retrieves each contained item's width, similar to std::setw
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<br class="table-break"><div class="important" title="Important"><table border="0" summary="Important">
+<tr>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../../doc/html/images/important.png"></td>
+<th align="left">Important</th>
+</tr>
+<tr><td align="left" valign="top"><p>
+ There are both ostream and wostream versions of all functions. String manipulator
+ functions will return a wstring instead of a string when passed a wostream.
+ </p></td></tr>
+</table></div>
<p>
TODO: finish this section
</p>
Modified: sandbox/explore/libs/explore/doc/html/boost_explore/tutorial/type_specific_formatting.html
==============================================================================
--- sandbox/explore/libs/explore/doc/html/boost_explore/tutorial/type_specific_formatting.html (original)
+++ sandbox/explore/libs/explore/doc/html/boost_explore/tutorial/type_specific_formatting.html 2009-09-22 20:30:03 EDT (Tue, 22 Sep 2009)
@@ -4,7 +4,7 @@
<title>Type Specific Formatting</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="../../index.html" title="Boost.explore">
+<link rel="home" href="../../index.html" title="Boost.Explore">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="custom_containers.html" title="Custom Containers">
<link rel="next" href="../dependencies_platforms.html" title="Dependencies and Platforms">
Modified: sandbox/explore/libs/explore/doc/html/index.html
==============================================================================
--- sandbox/explore/libs/explore/doc/html/index.html (original)
+++ sandbox/explore/libs/explore/doc/html/index.html 2009-09-22 20:30:03 EDT (Tue, 22 Sep 2009)
@@ -1,10 +1,10 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>Boost.explore</title>
+<title>Boost.Explore</title>
<link rel="stylesheet" href="boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="index.html" title="Boost.explore">
+<link rel="home" href="index.html" title="Boost.Explore">
<link rel="next" href="boost_explore/tutorial.html" title="Tutorial">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -18,10 +18,10 @@
</tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="boost_explore/tutorial.html"><img src="../../../../doc/html/images/%20next.png" alt="Next"></a></div>
-<div class="chapter" title="Boost.explore">
+<div class="chapter" title="Boost.Explore">
<div class="titlepage"><div>
<div><h2 class="title">
-<a name="boost_explore"></a>Boost.explore</h2></div>
+<a name="boost_explore"></a>Boost.Explore</h2></div>
<div><p class="copyright">Copyright © 2007 Jeff Garland, 2008-2009 Jared McIntyre</p></div>
<div><div class="legalnotice" title="Legal Notice">
<a name="id553924"></a><p>
@@ -46,14 +46,14 @@
</dl>
</div>
<p>
- Boost.explore is a cross-platform C++ library for printing of containers.
+ Boost.Explore is a cross-platform C++ library for printing of containers.
</p>
<a name="boost_explore..getting_started"></a><h3>
-<a name="id558869"></a>
+<a name="id559338"></a>
<a class="link" href="index.html#boost_explore..getting_started">Getting Started</a>
</h3>
<p>
- Boost.explore is a library that provides for the output of data from containers
+ Boost.Explore is a library that provides for the output of data from containers
or ranges.
</p>
<p>
@@ -94,16 +94,16 @@
</span></pre>
<p>
The <a class="link" href="boost_explore/tutorial.html" title="Tutorial">tutorial</a> shows more details
- on using explore.
+ on using Boost.Explore.
</p>
<p>
- While explore is powerful and flexible, it is not infinitely flexible. The reasons
- for this are discussed in the <a class="link" href="boost_explore/design.html" title="Design Notes">design</a>
+ While Boost.Explore is powerful and flexible, it is not infinitely flexible.
+ The reasons for this are discussed in the <a class="link" href="boost_explore/design.html" title="Design Notes">design</a>
section. For very complex output custom methods or a template output system should
be considered.
</p>
<a name="boost_explore..supported_containers"></a><h3>
-<a name="id559991"></a>
+<a name="id560189"></a>
<a class="link" href="index.html#boost_explore..supported_containers">Supported Containers</a>
</h3>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
@@ -143,10 +143,10 @@
</ul></div>
<p>
<a class="link" href="boost_explore/tutorial/custom_containers.html" title="Custom Containers">Custom containers</a>
- can also be made to work with explore.
+ can also be made to work with Boost.Explore.
</p>
<a name="boost_explore..acknowledgements"></a><h3>
-<a name="id560055"></a>
+<a name="id560254"></a>
<a class="link" href="index.html#boost_explore..acknowledgements">Acknowledgements</a>
</h3>
<p>
@@ -159,7 +159,7 @@
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: March 22, 2008 at 00:25:13 GMT</small></p></td>
+<td align="left"><p><small>Last revised: September 22, 2009 at 18:26:00 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
Modified: sandbox/explore/libs/explore/doc/tutorial.qbk
==============================================================================
--- sandbox/explore/libs/explore/doc/tutorial.qbk (original)
+++ sandbox/explore/libs/explore/doc/tutorial.qbk 2009-09-22 20:30:03 EDT (Tue, 22 Sep 2009)
@@ -25,7 +25,7 @@
[heading Printing of Contained Items]
-Once you have included the proper header files, containers can be be streamed in a formated manner.
+Once you have included the proper header files, containers can be streamed in a formated manner.
std::vector<int> vi;
vi.push_back(1);
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk