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 | <library name="Signals" dirname="signals" |
---|
5 | xmlns:xi="http://www.w3.org/2001/XInclude" id="signals" |
---|
6 | last-revision="$Date: 2004/05/04 18:17:22 $"> |
---|
7 | <libraryinfo> |
---|
8 | <author> |
---|
9 | <firstname>Douglas</firstname> |
---|
10 | <surname>Gregor</surname> |
---|
11 | <!-- <email>gregod@cs.rpi.edu</email> --> |
---|
12 | </author> |
---|
13 | |
---|
14 | <copyright> |
---|
15 | <year>2001</year> |
---|
16 | <year>2002</year> |
---|
17 | <year>2003</year> |
---|
18 | <year>2004</year> |
---|
19 | <holder>Douglas Gregor</holder> |
---|
20 | </copyright> |
---|
21 | |
---|
22 | <legalnotice> |
---|
23 | <para>Use, modification and distribution is subject to the Boost |
---|
24 | Software License, Version 1.0. (See accompanying file |
---|
25 | <filename>LICENSE_1_0.txt</filename> or copy at <ulink |
---|
26 | url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)</para> |
---|
27 | </legalnotice> |
---|
28 | |
---|
29 | <librarypurpose>Managed signals & slots callback implementation</librarypurpose> |
---|
30 | <librarycategory name="category:higher-order"/> |
---|
31 | </libraryinfo> |
---|
32 | |
---|
33 | <title>Boost.Signals</title> |
---|
34 | <xi:include href="introduction.xml"/> |
---|
35 | <xi:include href="tutorial.xml"/> |
---|
36 | <xi:include href="reference/reference.xml"/> |
---|
37 | <xi:include href="faq.xml"/> |
---|
38 | <xi:include href="design.xml"/> |
---|
39 | <xi:include href="rationale.xml"/> |
---|
40 | <xi:include href="tests.xml"/> |
---|
41 | </library> |
---|