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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>References</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../variant.html" title="Chapter 42. Boost.Variant">
<link rel="prev" href="misc.html" title="Miscellaneous Notes">
<link rel="next" href="../xpressive.html" title="Chapter 43. Boost.Xpressive">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
<td align="center"><a href="../../../index.html">Home</a></td>
<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="misc.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../variant.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../xpressive.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="variant.refs"></a>References</h2></div></div></div>
<p><a name="variant.refs.abr00"></a>
<a href="http://boost.org/more/generic_exception_safety.html" target="_top">[Abr00]</a>
David Abrahams.
"Exception-Safety in Generic Components."
M. Jazayeri, R. Loos, D. Musser (eds.):
Generic Programming '98, Proc. of a Dagstuhl Seminar, Lecture Notes on Computer Science, Vol. 1766, pp. 69-79.
Springer-Verlag Berlin Heidelberg.
2000.
</p>
<p><a name="variant.refs.abr01"></a>
<a href="http://boost.org/more/error_handling.html" target="_top">[Abr01]</a>
David Abrahams.
"Error and Exception Handling."
Boost technical article.
2001-2003.
</p>
<p><a name="variant.refs.ale01a"></a>
<a href="http://www.oonumerics.org/tmpw01/alexandrescu.pdf" target="_top">[Ale01a]</a>
Andrei Alexandrescu.
"An Implementation of Discriminated Unions in C++."
<span class="emphasis"><em>OOPSLA 2001</em></span>, Second Workshop on C++ Template Programming.
Tampa Bay, 14 October 2001.
</p>
<p><a name="variant.refs.ale01b"></a>
<a href="http://www.moderncppdesign.com/book/main.html" target="_top">[Ale01b]</a>
Andrei Alexandrescu.
<span class="emphasis"><em>Modern C++ Design</em></span>.
Addison-Wesley, C++ In-Depth series.
2001.
</p>
<p><a name="variant.refs.ale02"></a>
<a href="http://cuj.com/experts/2008/alexandr.htm" target="_top">[Ale02]</a>
Andrei Alexandrescu.
"Generic<Programming>: Discriminated Unions" series:
<a href="http://cuj.com/experts/2004/alexandr.htm" target="_top">Part 1</a>,
<a href="http://cuj.com/experts/2006/alexandr.htm" target="_top">Part 2</a>,
<a href="http://cuj.com/experts/2008/alexandr.htm" target="_top">Part 3</a>.
<span class="emphasis"><em>C/C++ Users Journal</em></span>.
2002.
</p>
<p><a name="variant.refs.boo02"></a>
<a href="http://lists.boost.org/MailArchives/boost/msg30415.php" target="_top">[Boo02]</a>
Various Boost members.
"Proposal --- A type-safe union."
Boost public discussion.
2002.
</p>
<p><a name="variant.refs.c++98"></a>
[C++98]
<span class="emphasis"><em>International Standard, Programming Languages – C++</em></span>.
ISO/IEC:14882.
1998.
</p>
<p><a name="variant.refs.gof95"></a>
[GoF95]
Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides.
<span class="emphasis"><em>Design Patterns: Elements of Reusable Object-Oriented Software</em></span>.
Addison-Wesley.
1995.
</p>
<p><a name="variant.refs.gre02"></a>
<a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?variant" target="_top">[Gre02]</a>
Douglas Gregor.
"BOOST_USER: variant."
Boost Wiki paper.
2002.
</p>
<p><a name="variant.refs.gur02"></a>
MPL
Aleksey Gurtovoy.
<span class="emphasis"><em>Boost Metaprogramming Library.</em></span>
2002.
</p>
<p><a name="variant.refs.hen01"></a>
<a class="link" href="../any.html" title="Chapter 4. Boost.Any">[Hen01]</a>
Kevlin Henney.
<span class="emphasis"><em>Boost Any Library.</em></span>
2001.
</p>
<p><a name="variant.refs.mk02"></a>
Preprocessor
Paul Mensonides and Vesa Karvonen.
<span class="emphasis"><em>Boost Preprocessor Library.</em></span>
2002.
</p>
<p><a name="variant.refs.mcd+01"></a>
Type Traits
Steve Cleary, Beman Dawes, Aleksey Gurtovoy, Howard Hinnant, Jesse Jones, Mat Marcus, John Maddock, Jeremy Siek.
<span class="emphasis"><em>Boost Type Traits Library</em></span>.
2001.
</p>
<p><a name="variant.refs.sut00"></a>
<a href="http://www.gotw.ca/publications/xc++.htm" target="_top">[Sut00]</a>
Herb Sutter.
<span class="emphasis"><em>Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions</em></span>.
Addison-Wesley, C++ In-Depth series.
2000.
</p>
<p><a name="variant.refs.wil02"></a>
<a href="http://aspn.activestate.com/ASPN/Mail/Message/boost/1314807" target="_top">[Wil02]</a>
Anthony Williams.
Double-Storage Proposal.
2002.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2002, 2003 Eric Friedman, Itay Maman<p>Distributed under 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></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="misc.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../variant.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../xpressive.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|