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