]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/signals2/doc/reference/reference.xml
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / signals2 / doc / reference / reference.xml
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
8 Distributed under the Boost Software License, Version 1.0. (See accompanying
9 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
10 -->
11 <library-reference xmlns:xi="http://www.w3.org/2001/XInclude"
12 last-revision="$Date: 2007-03-06 16:51:55 -0500 (Tue, 06 Mar 2007) $">
13 <header name="boost/signals2.hpp" last-revision="$Date: 2007-03-06 16:51:55 -0500 (Tue, 06 Mar 2007) $">
14 <para>
15 Including the "boost/signals2.hpp" header pulls in all the other headers of the Signals2
16 library. It is provided as a convenience.
17 </para>
18 </header>
19
20 <xi:include href="connection.xml"/>
21 <xi:include href="deconstruct.xml"/>
22 <xi:include href="dummy_mutex.xml"/>
23 <xi:include href="last_value.xml"/>
24 <xi:include href="mutex.xml"/>
25 <xi:include href="optional_last_value.xml"/>
26 <xi:include href="shared_connection_block.xml"/>
27 <xi:include href="signal_header.xml"/>
28 <xi:include href="signal_base.xml"/>
29 <xi:include href="signal_type.xml"/>
30 <xi:include href="slot.xml"/>
31 <xi:include href="slot_base.xml"/>
32 <xi:include href="trackable.xml"/>
33 </library-reference>