reference.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132
  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. Distributed under the Boost Software License, Version 1.0. (See accompanying
  7. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  8. -->
  9. <library-reference xmlns:xi="http://www.w3.org/2001/XInclude">
  10. <xi:include href="concepts.xml"/>
  11. <header name="boost/variant.hpp">
  12. <section id="variant.header.include-all">
  13. <para>This header exists simply as a convenience to the user, including
  14. all of the headers in the <code>boost/variant</code> directory except &lt;boost/multivisiors.hpp&gt;.</para>
  15. </section>
  16. </header>
  17. <xi:include href="variant_fwd.xml"/>
  18. <xi:include href="variant.xml"/>
  19. <xi:include href="recursive_variant.xml"/>
  20. <xi:include href="recursive_wrapper.xml"/>
  21. <xi:include href="apply_visitor.xml"/>
  22. <xi:include href="multivisitor.xml"/>
  23. <xi:include href="get.xml"/>
  24. <xi:include href="polymorphic_get.xml"/>
  25. <xi:include href="bad_visit.xml"/>
  26. <xi:include href="static_visitor.xml"/>
  27. <xi:include href="visitor_ptr.xml"/>
  28. </library-reference>