variant.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. <!--
  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 name="Variant" dirname="variant"
  10. xmlns:xi="http://www.w3.org/2001/XInclude" id="variant">
  11. <libraryinfo>
  12. <author>
  13. <firstname>Eric</firstname>
  14. <surname>Friedman</surname>
  15. </author>
  16. <author>
  17. <firstname>Itay</firstname>
  18. <surname>Maman</surname>
  19. </author>
  20. <copyright>
  21. <year>2002</year>
  22. <year>2003</year>
  23. <holder>Eric Friedman</holder>
  24. <holder>Itay Maman</holder>
  25. </copyright>
  26. <copyright>
  27. <year>2014-2019</year>
  28. <holder>Antony Polukhin</holder>
  29. </copyright>
  30. <legalnotice>
  31. <para>Distributed under the Boost Software License, Version 1.0.
  32. (See accompanying file <filename>LICENSE_1_0.txt</filename> or copy at
  33. <ulink
  34. url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)
  35. </para>
  36. </legalnotice>
  37. <librarypurpose>Safe, generic, stack-based discriminated union container</librarypurpose>
  38. <librarycategory name="category:containers"/>
  39. <librarycategory name="category:data-structures"/>
  40. </libraryinfo>
  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>