concepts.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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 id="concepts.reference"
  5. xmlns:xi="http://www.w3.org/2001/XInclude"
  6. last-revision="$Date$">
  7. <sectioninfo>
  8. <copyright>
  9. <year>2001</year>
  10. <year>2002</year>
  11. <holder>Indiana University</holder>
  12. </copyright>
  13. <copyright>
  14. <year>2000</year>
  15. <year>2001</year>
  16. <holder>University of Notre Dame du Lac</holder>
  17. </copyright>
  18. <copyright>
  19. <year>2000</year>
  20. <holder>Jeremy Siek</holder>
  21. <holder>Lie-Quan Lee</holder>
  22. <holder>Andrew Lumsdaine</holder>
  23. </copyright>
  24. <copyright>
  25. <year>1996</year>
  26. <year>1997</year>
  27. <year>1998</year>
  28. <year>1999</year>
  29. <holder>Silicon Graphics Computer Systems, Inc.</holder>
  30. </copyright>
  31. <copyright>
  32. <year>1994</year>
  33. <holder>Hewlett-Packard Company</holder>
  34. </copyright>
  35. <legalnotice>
  36. <para>Distributed under the Boost Software License, Version 1.0.
  37. (See accompanying file <filename>LICENSE_1_0.txt</filename> or copy at
  38. <ulink
  39. url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)
  40. </para>
  41. <para>This product includes software developed at the University
  42. of Notre Dame and the Pervasive Technology Labs at Indiana
  43. University. For technical information contact Andrew Lumsdaine
  44. at the Pervasive Technology Labs at Indiana University. For
  45. administrative and license questions contact the Advanced
  46. Research and Technology Institute at 351 West 10th Street.
  47. Indianapolis, Indiana 46202, phone 317-278-4100, fax
  48. 317-274-5902.</para>
  49. <para>Some concepts based on versions from the MTL draft manual
  50. and Boost Graph and Property Map documentation, the SGI Standard
  51. Template Library documentation and the Hewlett-Packard STL,
  52. under the following license:
  53. <blockquote><simpara>Permission to use, copy, modify, distribute and
  54. sell this software and its documentation for any purpose is
  55. hereby granted without fee, provided that the above copyright
  56. notice appears in all copies and that both that copyright
  57. notice and this permission notice appear in supporting
  58. documentation. Silicon Graphics makes no representations
  59. about the suitability of this software for any purpose. It is
  60. provided "as is" without express or implied
  61. warranty.</simpara></blockquote></para>
  62. </legalnotice>
  63. </sectioninfo>
  64. <title>Concept reference</title>
  65. <xi:include href="Assignable.xml"/>
  66. <xi:include href="InputIterator.xml"/>
  67. <xi:include href="OutputIterator.xml"/>
  68. <xi:include href="ForwardIterator.xml"/>
  69. <xi:include href="BidirectionalIterator.xml"/>
  70. <xi:include href="RandomAccessIterator.xml"/>
  71. <xi:include href="DefaultConstructible.xml"/>
  72. <xi:include href="CopyConstructible.xml"/>
  73. <xi:include href="EqualityComparable.xml"/>
  74. <xi:include href="LessThanComparable.xml"/>
  75. <xi:include href="SignedInteger.xml"/>
  76. </library-reference>