1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" |
---|
3 | "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> |
---|
4 | <library name="Variant" dirname="variant" |
---|
5 | xmlns:xi="http://www.w3.org/2001/XInclude" id="variant"> |
---|
6 | <libraryinfo> |
---|
7 | <author> |
---|
8 | <firstname>Eric</firstname> |
---|
9 | <surname>Friedman</surname> |
---|
10 | </author> |
---|
11 | <author> |
---|
12 | <firstname>Itay</firstname> |
---|
13 | <surname>Maman</surname> |
---|
14 | </author> |
---|
15 | |
---|
16 | <copyright> |
---|
17 | <year>2002</year> |
---|
18 | <year>2003</year> |
---|
19 | <holder>Eric Friedman</holder> |
---|
20 | <holder>Itay Maman</holder> |
---|
21 | </copyright> |
---|
22 | |
---|
23 | <legalnotice> |
---|
24 | <para>Permission to copy, use, sell and distribute this software |
---|
25 | is granted provided this copyright notice appears in all copies. |
---|
26 | Permission to modify the code and to distribute modified code is |
---|
27 | granted provided this copyright notice appears in all copies, and |
---|
28 | a notice that the code was modified is included with the copyright |
---|
29 | notice.</para> |
---|
30 | |
---|
31 | <para> This software is provided "as is" without express or |
---|
32 | implied warranty, and with no claim as to its suitability for any |
---|
33 | purpose.</para> |
---|
34 | </legalnotice> |
---|
35 | |
---|
36 | <librarypurpose>Safe, generic, stack-based discriminated union container</librarypurpose> |
---|
37 | <librarycategory name="category:containers"/> |
---|
38 | <librarycategory name="category:data-structures"/> |
---|
39 | </libraryinfo> |
---|
40 | |
---|
41 | <title>Boost.Variant</title> |
---|
42 | <xi:include href="introduction.xml"/> |
---|
43 | <xi:include href="tutorial/tutorial.xml"/> |
---|
44 | <xi:include href="reference/reference.xml"/> |
---|
45 | <xi:include href="design.xml"/> |
---|
46 | <!-- |
---|
47 | <xi:include href="rationale.xml"/> |
---|
48 | --> |
---|
49 | <xi:include href="misc.xml"/> |
---|
50 | <!-- |
---|
51 | <xi:include href="tests.xml"/> |
---|
52 | --> |
---|
53 | <xi:include href="biblio.xml"/> |
---|
54 | </library> |
---|