1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE library-reference PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
3  "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
4<!--
5    Copyright 2003, Eric Friedman, Itay Maman.
6
7    Distributed under the Boost Software License, Version 1.0. (See accompanying
8    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
9-->
10<library-reference xmlns:xi="http://www.w3.org/2001/XInclude">
11
12  <xi:include href="concepts.xml"/>
13
14  <header name="boost/variant.hpp">
15    <section id="variant.header.include-all">
16      <para>This header exists simply as a convenience to the user, including
17      all of the headers in the <code>boost/variant</code> directory except &lt;boost/multivisiors.hpp&gt;.</para>
18    </section>
19  </header>
20
21  <xi:include href="variant_fwd.xml"/>
22  <xi:include href="variant.xml"/>
23  <xi:include href="recursive_variant.xml"/>
24  <xi:include href="recursive_wrapper.xml"/>
25  <xi:include href="apply_visitor.xml"/>
26  <xi:include href="multivisitor.xml"/>
27  <xi:include href="get.xml"/>
28  <xi:include href="polymorphic_get.xml"/>
29  <xi:include href="bad_visit.xml"/>
30  <xi:include href="static_visitor.xml"/>
31  <xi:include href="visitor_ptr.xml"/>
32</library-reference>
33