Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/doc/html/variant/refs.html @ 46

Last change on this file since 46 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 6.2 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>References</title>
5<link rel="stylesheet" href="../boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
7<link rel="start" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
8<link rel="up" href="../variant.html" title="Chapter 20. Boost.Variant">
9<link rel="prev" href="misc.html" title="Miscellaneous Notes">
10<link rel="next" href="../xpressive.html" title="Chapter 21. Boost.Xpressive">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%">
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
15<td align="center"><a href="../../../index.htm">Home</a></td>
16<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="../../../people/people.htm">People</a></td>
18<td align="center"><a href="../../../more/faq.htm">FAQ</a></td>
19<td align="center"><a href="../../../more/index.htm">More</a></td>
20</table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="misc.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../variant.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="../xpressive.html"><img src="../images/next.png" alt="Next"></a>
24</div>
25<div class="section" lang="en">
26<div class="titlepage"><div><div><h2 class="title" style="clear: both">
27<a name="variant.refs"></a>References</h2></div></div></div>
28<p><a name="variant.refs.abr00"></a>
29    <a href="http://boost.org/more/generic_exception_safety.html" target="_top">[Abr00]</a>
30    David Abrahams.
31    "Exception-Safety in Generic Components."
32    M. Jazayeri, R. Loos, D. Musser (eds.):
33      Generic Programming '98, Proc. of a Dagstuhl Seminar, Lecture Notes on Computer Science, Vol. 1766, pp. 69-79.
34    Springer-Verlag Berlin Heidelberg.
35    2000.
36</p>
37<p><a name="variant.refs.abr01"></a>
38    <a href="http://boost.org/more/error_handling.html" target="_top">[Abr01]</a>
39    David Abrahams.
40    "Error and Exception Handling."
41    Boost technical article.
42    2001-2003.
43</p>
44<p><a name="variant.refs.ale01a"></a>
45    <a href="http://www.oonumerics.org/tmpw01/alexandrescu.pdf" target="_top">[Ale01a]</a>
46    Andrei Alexandrescu.
47    "An Implementation of Discriminated Unions in C++."
48    <span class="emphasis"><em>OOPSLA 2001</em></span>, Second Workshop on C++ Template Programming.
49    Tampa Bay, 14 October 2001.
50</p>
51<p><a name="variant.refs.ale01b"></a>
52    <a href="http://www.moderncppdesign.com/book/main.html" target="_top">[Ale01b]</a>
53    Andrei Alexandrescu.
54    <span class="emphasis"><em>Modern C++ Design</em></span>.
55    Addison-Wesley, C++ In-Depth series.
56    2001.
57</p>
58<p><a name="variant.refs.ale02"></a>
59    <a href="http://cuj.com/experts/2008/alexandr.htm" target="_top">[Ale02]</a>
60    Andrei Alexandrescu.
61    "Generic&lt;Programming&gt;: Discriminated Unions" series:
62        <a href="http://cuj.com/experts/2004/alexandr.htm" target="_top">Part 1</a>,
63        <a href="http://cuj.com/experts/2006/alexandr.htm" target="_top">Part 2</a>,
64        <a href="http://cuj.com/experts/2008/alexandr.htm" target="_top">Part 3</a>.
65    <span class="emphasis"><em>C/C++ Users Journal</em></span>.
66    2002.
67</p>
68<p><a name="variant.refs.boo02"></a>
69    <a href="http://lists.boost.org/MailArchives/boost/msg30415.php" target="_top">[Boo02]</a>
70    Various Boost members.
71    "Proposal --- A type-safe union."
72    Boost public discussion.
73    2002.
74</p>
75<p><a name="variant.refs.c++98"></a>
76  [C++98]
77  <span class="emphasis"><em>International Standard, Programming Languages &#8211; C++</em></span>.
78  ISO/IEC:14882.
79  1998.
80</p>
81<p><a name="variant.refs.gof95"></a>
82    [GoF95]
83    Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides.
84    <span class="emphasis"><em>Design Patterns: Elements of Reusable Object-Oriented Software</em></span>.
85    Addison-Wesley.
86    1995.
87</p>
88<p><a name="variant.refs.gre02"></a>
89    <a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?variant" target="_top">[Gre02]</a>
90    Douglas Gregor.
91    "BOOST_USER: variant."
92    Boost Wiki paper.
93    2002.
94</p>
95<p><a name="variant.refs.gur02"></a>
96    <a href="../../../libs/mpl/index.html" target="_top">[Gur02]</a>
97    Aleksey Gurtovoy.
98    <span class="emphasis"><em>Boost Metaprogramming Library.</em></span>
99    2002.
100</p>
101<p><a name="variant.refs.hen01"></a>
102    <a href="../any.html" title="Chapter 1. Boost.Any">[Hen01]</a>
103    Kevlin Henney.
104    <span class="emphasis"><em>Boost Any Library.</em></span>
105    2001.
106</p>
107<p><a name="variant.refs.mk02"></a>
108    <a href="../../../libs/preprocessor/index.html" target="_top">[MK02]</a>
109    Paul Mensonides and Vesa Karvonen.
110    <span class="emphasis"><em>Boost Preprocessor Library.</em></span>
111    2002.
112</p>
113<p><a name="variant.refs.mcd+01"></a>
114    Type Traits
115    Steve Cleary, Beman Dawes, Aleksey Gurtovoy, Howard Hinnant, Jesse Jones, Mat Marcus, John Maddock, Jeremy Siek.
116    <span class="emphasis"><em>Boost Type Traits Library</em></span>.
117    2001.
118</p>
119<p><a name="variant.refs.sut00"></a>
120    <a href="http://www.gotw.ca/publications/xc++.htm" target="_top">[Sut00]</a>
121    Herb Sutter.
122    <span class="emphasis"><em>Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions</em></span>.
123    Addison-Wesley, C++ In-Depth series.
124    2000.
125</p>
126<p><a name="variant.refs.wil02"></a>
127    <a href="http://aspn.activestate.com/ASPN/Mail/Message/boost/1314807" target="_top">[Wil02]</a>
128    Anthony Williams.
129    Double-Storage Proposal.
130    2002.
131</p>
132</div>
133<table width="100%"><tr>
134<td align="left"></td>
135<td align="right"><small>Copyright © 2002, 2003 Eric Friedman, Itay Maman</small></td>
136</tr></table>
137<hr>
138<div class="spirit-nav">
139<a accesskey="p" href="misc.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../variant.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="../xpressive.html"><img src="../images/next.png" alt="Next"></a>
140</div>
141</body>
142</html>
Note: See TracBrowser for help on using the repository browser.