summaryrefslogtreecommitdiff
path: root/doc/html/tribool.html
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2005-07-31 16:29:54 +0000
committerDouglas Gregor <doug.gregor@gmail.com>2005-07-31 16:29:54 +0000
commit231e8e0e87a8575e877f9f55c584d41d4f8c01c1 (patch)
tree8cdc1a47e9b008e8975efd8bba0f7c43367c6a42 /doc/html/tribool.html
parent242ff8fef1c80acba2252b4fa13ede4949aed059 (diff)
downloadboost-231e8e0e87a8575e877f9f55c584d41d4f8c01c1.tar.gz
Add BoostBook-generated HTML docs
[SVN r30339]
Diffstat (limited to 'doc/html/tribool.html')
-rw-r--r--doc/html/tribool.html86
1 files changed, 78 insertions, 8 deletions
diff --git a/doc/html/tribool.html b/doc/html/tribool.html
index d7e46aa86a..2f7ff6ede3 100644
--- a/doc/html/tribool.html
+++ b/doc/html/tribool.html
@@ -1,10 +1,80 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
- <head>
- <meta http-equiv="refresh" content="0; URL=http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/tribool.html">
- </head>
- <body>
- Automatic redirection failed, please go to
- <a href="http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/tribool.html">http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/tribool.html</a>
- </body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Chapter 13. Boost.Tribool</title>
+<link rel="stylesheet" href="boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
+<link rel="start" href="index.html" title="The Boost C++ Libraries">
+<link rel="up" href="libraries.html" title="Part I. The Boost C++ Libraries">
+<link rel="prev" href="thread/acknowledgements.html" title="Acknowledgements">
+<link rel="next" href="tribool/tutorial.html" title="Tutorial">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%">
+<td valign="top"><img alt="boost.png (6897 bytes)" width="277" height="86" src="../../boost.png"></td>
+<td align="center"><a href="../../index.htm">Home</a></td>
+<td align="center"><a href="../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="../../people/people.htm">People</a></td>
+<td align="center"><a href="../../more/faq.htm">FAQ</a></td>
+<td align="center"><a href="../../more/index.htm">More</a></td>
+</table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="thread/acknowledgements.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.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="tribool/tutorial.html"><img src="images/next.png" alt="Next"></a>
+</div>
+<div class="chapter" lang="en">
+<div class="titlepage"><div>
+<div><h2 class="title">
+<a name="tribool"></a>Chapter 13. Boost.Tribool</h2></div>
+<div><div class="author">
+<h3 class="author">
+<span class="firstname">Douglas</span> <span class="surname">Gregor</span>
+</h3>
+<code class="email">&lt;<a href="mailto:dgregor%20-at-%20cs.indiana.edu">dgregor -at- cs.indiana.edu</a>&gt;</code>
+</div></div>
+<div><p class="copyright">Copyright © 2002-2004 Douglas Gregor</p></div>
+<div><div class="legalnotice">
+<a name="id1567936"></a><p>Use, modification and distribution is subject to the Boost
+ Software License, Version 1.0. (See accompanying file
+ <code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
+</div></div>
+</div></div>
+<div class="toc">
+<p><b>Table of Contents</b></p>
+<dl>
+<dt><span class="section"><a href="tribool.html#tribool.introduction">Introduction</a></span></dt>
+<dt><span class="section"><a href="tribool/tutorial.html">Tutorial</a></span></dt>
+<dd><dl>
+<dt><span class="section"><a href="tribool/tutorial.html#id1567990">Basic usage</a></span></dt>
+<dt><span class="section"><a href="tribool/tutorial.html#id1568440">Renaming the indeterminate state</a></span></dt>
+<dt><span class="section"><a href="tribool/tutorial.html#id1568520"><code class="computeroutput">tribool</code> input/output</a></span></dt>
+</dl></dd>
+<dt><span class="section"><a href="tribool/reference.html">Reference</a></span></dt>
+<dd><dl>
+<dt><span class="section"><a href="tribool/reference.html#id996838">Header &lt;boost/logic/tribool.hpp&gt;</a></span></dt>
+<dt><span class="section"><a href="tribool/reference.html#id1277326">Header &lt;boost/logic/tribool_fwd.hpp&gt;</a></span></dt>
+<dt><span class="section"><a href="tribool/reference.html#id1277344">Header &lt;boost/logic/tribool_io.hpp&gt;</a></span></dt>
+</dl></dd>
+<dt><span class="section"><a href="tribool/tests.html">Testsuite</a></span></dt>
+<dd><dl><dt><span class="section"><a href="tribool/tests.html#tribool.tests.acceptance">Acceptance tests</a></span></dt></dl></dd>
+</dl>
+</div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="tribool.introduction"></a>Introduction</h3></div></div></div>
+<p>The 3-state boolean library contains a single class,
+ <code class="computeroutput"><a href="boost/logic/tribool.html" title="Class tribool">boost::logic::tribool</a></code>, along with
+ support functions and operator overloads that implement 3-state
+ boolean logic. </p>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"><small><p>Last revised: July 25, 2004 at 03:01:38 GMT</p></small></td>
+<td align="right"><small></small></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="thread/acknowledgements.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.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="tribool/tutorial.html"><img src="images/next.png" alt="Next"></a>
+</div>
+</body>
</html>