Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/variant/doc/reference/reference.xml @ 29

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

updated boost from 1_33_1 to 1_34_1

File size: 913 bytes
Line 
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<library-reference xmlns:xi="http://www.w3.org/2001/XInclude">
5
6  <xi:include href="concepts.xml"/>
7
8  <header name="boost/variant.hpp">
9    <section id="variant.header.include-all">
10      <para>This header exists simply as a convenience to the user, including
11      all of the headers in the <code>boost/variant</code> directory.</para>
12    </section>
13  </header>
14
15  <xi:include href="variant_fwd.xml"/>
16  <xi:include href="variant.xml"/>
17  <xi:include href="recursive_variant.xml"/>
18  <xi:include href="recursive_wrapper.xml"/>
19  <xi:include href="apply_visitor.xml"/>
20  <xi:include href="get.xml"/>
21  <xi:include href="bad_visit.xml"/>
22  <xi:include href="static_visitor.xml"/>
23  <xi:include href="visitor_ptr.xml"/>
24</library-reference>
Note: See TracBrowser for help on using the repository browser.