summaryrefslogtreecommitdiff
path: root/doc/html/tribool.html
blob: dd8c38d864037a5287f836730dbfed44e6c8b288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<html>
<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.69.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="id2788970"></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#id2789023">Basic usage</a></span></dt>
<dt><span class="section"><a href="tribool/tutorial.html#id2789492">Renaming the indeterminate state</a></span></dt>
<dt><span class="section"><a href="tribool/tutorial.html#id2789574"><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#id2426531">Header &lt;boost/logic/tribool.hpp&gt;</a></span></dt>
<dt><span class="section"><a href="tribool/reference.html#id2521690">Header &lt;boost/logic/tribool_fwd.hpp&gt;</a></span></dt>
<dt><span class="section"><a href="tribool/reference.html#id2561687">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 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>