ptr_container.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!--
  2. //
  3. // Boost.Pointer Container
  4. //
  5. // Copyright Thorsten Ottosen 2003-2005. Use, modification and
  6. // distribution is subject to the Boost Software License, Version
  7. // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  8. // http://www.boost.org/LICENSE_1_0.txt)
  9. //
  10. // For more information, see http://www.boost.org/libs/ptr_container/
  11. //
  12. -->
  13. <?xml version="1.0" encoding="utf-8"?>
  14. <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
  15. "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
  16. <boostbook xmlns:xi="http://www.w3.org/2001/XInclude"
  17. last-revision="$Date$">
  18. <library name="Pointer Container" dirname="ptr_container" xmlns:xi="http://www.w3.org/2001/XInclude"
  19. id="ptr_container" last-revision="$Date$">
  20. <libraryinfo>
  21. <author>
  22. <firstname>Thorsten</firstname>
  23. <surname>Ottosen</surname>
  24. </author>
  25. <copyright>
  26. <year>2003</year>
  27. <holder>Thorsten Ottosen</holder>
  28. </copyright>
  29. <legalnotice>
  30. <para>Permission to copy, use, sell and distribute this software
  31. is granted provided this copyright notice appears in all copies.
  32. Permission to modify the code and to distribute modified code is
  33. granted provided this copyright notice appears in all copies, and
  34. a notice that the code was modified is included with the copyright
  35. notice. </para>
  36. <para> This software is provided "as is" without express or
  37. implied warranty, and with no claim as to its suitability for any
  38. purpose. </para>
  39. </legalnotice>
  40. <librarypurpose>
  41. This library provides standard-like containers that are suitable
  42. for storing pointers to both polymorphic and non-polymorphic objects.
  43. </librarypurpose>
  44. <librarycategory name="category:containers"/>
  45. </libraryinfo>
  46. <title>Boost Pointer Container Library</title>
  47. <xi:include href="intro.xml"/>
  48. </library>
  49. </boostbook>