reference.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233
  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 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-reference xmlns:xi="http://www.w3.org/2001/XInclude"
  11. last-revision="$Date: 2007-03-06 16:51:55 -0500 (Tue, 06 Mar 2007) $">
  12. <header name="boost/signals2.hpp" last-revision="$Date: 2007-03-06 16:51:55 -0500 (Tue, 06 Mar 2007) $">
  13. <para>
  14. Including the "boost/signals2.hpp" header pulls in all the other headers of the Signals2
  15. library. It is provided as a convenience.
  16. </para>
  17. </header>
  18. <xi:include href="connection.xml"/>
  19. <xi:include href="deconstruct.xml"/>
  20. <xi:include href="dummy_mutex.xml"/>
  21. <xi:include href="last_value.xml"/>
  22. <xi:include href="mutex.xml"/>
  23. <xi:include href="optional_last_value.xml"/>
  24. <xi:include href="shared_connection_block.xml"/>
  25. <xi:include href="signal_header.xml"/>
  26. <xi:include href="signal_base.xml"/>
  27. <xi:include href="signal_type.xml"/>
  28. <xi:include href="slot.xml"/>
  29. <xi:include href="slot_base.xml"/>
  30. <xi:include href="trackable.xml"/>
  31. </library-reference>