signals.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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 Douglas Gregor 2001-2004
  6. Copyright Frank Mori Hess 2007-2009
  7. Distributed under the Boost Software License, Version 1.0. (See accompanying
  8. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  9. -->
  10. <library name="Signals2" dirname="signals2"
  11. xmlns:xi="http://www.w3.org/2001/XInclude" id="signals2"
  12. last-revision="$Date: 2007-06-12 14:01:23 -0400 (Tue, 12 Jun 2007) $">
  13. <libraryinfo>
  14. <author>
  15. <firstname>Douglas</firstname>
  16. <surname>Gregor</surname>
  17. <!-- <email>gregod@cs.rpi.edu</email> -->
  18. </author>
  19. <author>
  20. <firstname>Frank</firstname>
  21. <othername>Mori</othername>
  22. <surname>Hess</surname>
  23. <!-- <email>fmhess@users.sourceforge.net</email> -->
  24. </author>
  25. <copyright>
  26. <year>2001</year>
  27. <year>2002</year>
  28. <year>2003</year>
  29. <year>2004</year>
  30. <holder>Douglas Gregor</holder>
  31. </copyright>
  32. <copyright>
  33. <year>2007</year>
  34. <year>2008</year>
  35. <year>2009</year>
  36. <holder>Frank Mori Hess</holder>
  37. </copyright>
  38. <legalnotice>
  39. <para>Distributed under the Boost
  40. Software License, Version 1.0. (See accompanying file
  41. <filename>LICENSE_1_0.txt</filename> or copy at <ulink
  42. url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)</para>
  43. </legalnotice>
  44. <librarypurpose>Managed signals &amp; slots callback implementation</librarypurpose>
  45. <librarycategory name="category:higher-order"/>
  46. </libraryinfo>
  47. <title>Boost.Signals2</title>
  48. <xi:include href="introduction.xml"/>
  49. <xi:include href="tutorial.xml"/>
  50. <xi:include href="examples.xml"/>
  51. <xi:include href="reference/reference.xml"/>
  52. <xi:include href="thread_safety.xml"/>
  53. <xi:include href="faq.xml"/>
  54. <xi:include href="rationale.xml"/>
  55. <xi:include href="porting.xml"/>
  56. <xi:include href="tests.xml"/>
  57. </library>