• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!--
2//
3// Boost.Pointer Container
4//
5//  Copyright Thorsten Ottosen 2003-2005. Use, modification and
6//  distribution is subject to the Boost Software License, Version
7//  1.0. (See accompanying file LICENSE_1_0.txt or copy at
8//  http://www.boost.org/LICENSE_1_0.txt)
9//
10// For more information, see http://www.boost.org/libs/ptr_container/
11//
12-->
13<?xml version="1.0" encoding="utf-8"?>
14<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
15"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
16<boostbook xmlns:xi="http://www.w3.org/2001/XInclude"
17           last-revision="$Date$">
18<library name="Pointer Container" dirname="ptr_container" xmlns:xi="http://www.w3.org/2001/XInclude"
19	id="ptr_container" last-revision="$Date$">
20	<libraryinfo>
21		<author>
22			<firstname>Thorsten</firstname>
23			<surname>Ottosen</surname>
24		</author>
25
26		<copyright>
27			<year>2003</year>
28			<holder>Thorsten Ottosen</holder>
29		</copyright>
30
31		<legalnotice>
32			<para>Permission to copy, use, sell and distribute this software
33				is granted provided this copyright notice appears in all copies.
34				Permission to modify the code and to distribute modified code is
35				granted provided this copyright notice appears in all copies, and
36				a notice that the code was modified is included with the copyright
37				notice. </para>
38
39			<para> This software is provided "as is" without express or
40				implied warranty, and with no claim as to its suitability for any
41				purpose. </para>
42		</legalnotice>
43
44		<librarypurpose>
45			This library provides standard-like containers that are suitable
46            for storing pointers to both polymorphic and non-polymorphic objects.
47		</librarypurpose>
48		<librarycategory name="category:containers"/>
49	</libraryinfo>
50
51	<title>Boost Pointer Container Library</title>
52	<xi:include href="intro.xml"/>
53</library>
54</boostbook>
55
56