2
0
mirror of https://github.com/boostorg/variant.git synced 2026-02-10 12:02:14 +00:00
Files
variant/doc/index.html
Eric Friedman d3f9ef263b Updated link to built BoostBook docs.
[SVN r20328]
2003-10-10 02:19:53 +00:00

121 lines
5.6 KiB
HTML

<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="Variant, design pattern, generic programming, C++">
<link rel="stylesheet" type="text/css" href="styles.css">
<title>Boost::variant</title>
</head>
<body bgcolor="#FFFFFF" link="#0000FF" vlink="#800080">
<p>
<b>NOTE:</b> These docs are out-of-date! Please see the BoostBook sources in
libs/variant/doc/*.xml or (relatively) recent BoostBook-generated HTML at
<a href="http://boost.sourceforge.net/regression-logs/cs-win32_metacomm/doc/html/variant.html">http://boost.sourceforge.net/regression-logs/cs-win32_metacomm/doc/html/variant.html</a>.
</p>
<table summary="header" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td valign="top" width="300">
<h3><a HREF="../../../index.htm"> <img src="../../../c++boost.gif" alt="C++ Boost" width="277" height="86" BORDER="0">
</a>
</h3>
</td>
<td valign="top">
<h1 align="center">boost::variant</h1>
<h2 align="center">Index</h2>
</td>
</tr>
</table>
<hr>
<h2>Contents</h2>
<ul>
<li>
<a href="overview.html">Overview</a><ul>
<li>
<a href="overview.html#Introduction">Introduction</a></li>
<li>
<a href="overview.html#Motivation">Motivation</a></li>
</ul>
</li>
<li>
<a href="tutorial.html">Tutorial</a>
<ul>
<li>
<a href="tutorial.html#FirstVariantProgram">First variant program</a></li>
<li>
<a href="tutorial.html#Instantiation">Instantiation</a></li>
<li>
<a href="tutorial.html#ValueSemantics">Value semantics</a></li>
<li>
<a href="tutorial.html#FunctorBasedVisitation">Functor-based visitation</a></li>
</ul>
</li>
<li>
<a href="reference.html">Reference</a>
<ul>
<li>
<a href="reference.html#Synopsis">Synopsis</a></li>
<li>
<a href="reference.html#BoundedType">BoundedType Concept</a></li>
<li>
<a href="reference.html#Visitor">Visitor Concept</a></li>
<li>
<a HREF="reference.html#BoostVariantLimitTypes">BOOST_VARIANT_LIMIT_TYPES</a></li>
<li>
<a href="reference.html#variant"><code>boost::variant</code></li>
<li>
<a href="reference.html#Visitation"><code>boost::apply_visitor</code></a></li>
<li>
<a href="reference.html#StaticVisitor"><code>boost::static_visitor</code></a></li>
<li>
<a href="reference.html#ValueExtraction"><code>boost::get</code></a></li>
<li>
<a href="reference.html#incomplete"><code>boost::incomplete</code></a></li>
<li>
<a href="reference.html#empty"><code>boost::empty</code></a></li>
</ul>
</li>
<li>
<a href="sample.html">Sample programs</a><ul>
<li>
<a href="sample.html#quick">A quick example</a></li>
<li>
<a href="sample.html#tree">A binary tree implementation</a></li>
<li>
<a href="sample.html#poly">Polymorphism: Inheritance vs. Variants</a></li>
</ul>
</li>
<li>
<a href="misc.html">Miscellaneous</a>
<ul>
<li>
<a href="misc.html#HeaderFiles">Header files</a></li>
<li>
<a href="misc.html#Compatibility">Compatibility</a></li>
<li>
<a href="misc.html#Troubleshooting">Troubleshooting</a></li>
</ul>
</li>
<li>
<a href="credits.html">Credits</a><ul>
<li>
<a href="credits.html#Acknowledgments">Acknowledgments</a></li>
<li>
<a href="credits.html#Bibliography">Bibliography</a></li>
</ul>
</li>
</ul>
<hr>
<p>Revised 14 February 2003</p>
<p><i>© Copyright Eric Friedman and Itay Maman 2002-2003. All rights reserved.</i></p>
<p>Permission to use, copy, modify, distribute and sell this software and its
documentation for any purpose is hereby granted without fee, provided that the
above copyright notice appear in all copies and that both that copyright notice
and this permission notice appear in supporting documentation. Eric Friedman
and Itay Maman make no representations about the suitability of this software
for any purpose. It is provided &quot;as is&quot; without express or implied
warranty.</p>
</body>
</html>