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 | <boostbook xmlns:xi="http://www.w3.org/2001/XInclude" |
---|
5 | last-revision="$Date: 2005/03/21 00:01:25 $"> |
---|
6 | <library name="Pointer Container" dirname="ptr_container" xmlns:xi="http://www.w3.org/2001/XInclude" |
---|
7 | id="ptr_container" last-revision="$Date: 2005/03/21 00:01:25 $"> |
---|
8 | <libraryinfo> |
---|
9 | <author> |
---|
10 | <firstname>Thorsten</firstname> |
---|
11 | <surname>Ottosen</surname> |
---|
12 | </author> |
---|
13 | |
---|
14 | <copyright> |
---|
15 | <year>2003</year> |
---|
16 | <holder>Thorsten Ottosen</holder> |
---|
17 | </copyright> |
---|
18 | |
---|
19 | <legalnotice> |
---|
20 | <para>Permission to copy, use, sell and distribute this software |
---|
21 | is granted provided this copyright notice appears in all copies. |
---|
22 | Permission to modify the code and to distribute modified code is |
---|
23 | granted provided this copyright notice appears in all copies, and |
---|
24 | a notice that the code was modified is included with the copyright |
---|
25 | notice. </para> |
---|
26 | |
---|
27 | <para> This software is provided "as is" without express or |
---|
28 | implied warranty, and with no claim as to its suitability for any |
---|
29 | purpose. </para> |
---|
30 | </legalnotice> |
---|
31 | |
---|
32 | <librarypurpose> |
---|
33 | This library provides standard-like containers that are suitable |
---|
34 | for storing pointers to both polymorphic and non-polymorphic objects. |
---|
35 | </librarypurpose> |
---|
36 | <librarycategory name="category:containers"/> |
---|
37 | </libraryinfo> |
---|
38 | |
---|
39 | <title>Boost Pointer Container Library</title> |
---|
40 | <xi:include href="intro.xml"/> |
---|
41 | </library> |
---|
42 | </boostbook> |
---|
43 | |
---|