]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/ptr_container/doc/headers.rst
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / ptr_container / doc / headers.rst
1 ++++++++++++++++++++++++++++++++++
2 |Boost| Pointer Container Library
3 ++++++++++++++++++++++++++++++++++
4
5 .. |Boost| image:: boost.png
6
7 ===============
8 Library headers
9 ===============
10
11 ======================================================= =============================================================
12 **Header** **Includes**
13
14 ``<boost/ptr_container/clone_allocator.hpp>`` classes heap_clone_allocator_ and view_clone_allocator_
15 and functions ``new_clone()`` and ``delete_clone()``
16
17 ``<boost/ptr_container/ptr_deque.hpp>`` class `ptr_deque <ptr_deque.html>`_ (and ``std::deque``)
18
19 ``<boost/ptr_container/ptr_list.hpp>`` class `ptr_list <ptr_list.html>`_ (and ``std::list``)
20
21 ``<boost/ptr_container/ptr_vector.hpp>`` class `ptr_vector <ptr_vector.html>`_ (and ``std::vector``)
22
23 ``<boost/ptr_container/ptr_array.hpp>`` class `ptr_array <ptr_array.html>`_ (and ``boost::array``)
24
25 ``<boost/ptr_container/ptr_set.hpp>`` classes `ptr_set <ptr_set.html>`_ and `ptr_multiset <ptr_multiset.html>`_
26 (and ``std::set`` and ``std::multiset``)
27
28 ``<boost/ptr_container/ptr_map.hpp>`` classes `ptr_map <ptr_map.html>`_ and `ptr_multimap <ptr_multimap.html>`_
29 (and ``std::map`` and ``std::multimap``)
30
31 ``<boost/ptr_container/ptr_inserter.hpp>`` functions `ptr_back_inserter <ptr_inserter.html>`_, `ptr_front_inserter <ptr_inserter.html>`_ and `ptr_inserter <ptr_inserter.html>`_
32
33 ``<boost/ptr_container/ptr_container.hpp>`` all classes
34
35 ``<boost/ptr_container/ptr_sequence_adapter.hpp>`` class `ptr_sequence_adapter <ptr_sequence_adapter.html>`_
36
37 ``<boost/ptr_container/ptr_set_adapter.hpp>`` classes `ptr_set_adapter <ptr_set_adapter.html>`_ and `ptr_multiset_adapter <ptr_multiset_adapter.html>`_
38
39 ``<boost/ptr_container/ptr_map_adapter.hpp>`` classes `ptr_map_adapter <ptr_map_adapter.html>`_ and `ptr_multimap_adapter <ptr_multimap_adapter.html>`_
40
41 ``<boost/ptr_container/exception.hpp>`` classes `bad_ptr_container_operation`_, `bad_index`_ and `bad_pointer`_
42 ``<boost/ptr_container/indirect_fun.hpp>`` class `indirect_fun`_
43
44 ``<boost/ptr_container/nullable.hpp>`` class `nullable`_
45
46 ``<boost/ptr_container/serialize_ptr_deque.hpp>`` class `ptr_deque <ptr_deque.html>`_ with serialization support
47
48 ``<boost/ptr_container/serialize_ptr_list.hpp>`` class `ptr_list <ptr_list.html>`_ with serialization support
49
50 ``<boost/ptr_container/serialize_ptr_vector.hpp>`` class `ptr_vector <ptr_vector.html>`_ with serialization support
51
52 ``<boost/ptr_container/serialize_ptr_array.hpp>`` class `ptr_array <ptr_array.html>`_ with serialization support
53
54 ``<boost/ptr_container/serialize_ptr_set.hpp>`` classes `ptr_set <ptr_set.html>`_ and `ptr_multiset <ptr_multiset.html>`_ with serialization support
55
56 ``<boost/ptr_container/serialize_ptr_map.hpp>`` classes `ptr_map <ptr_map.html>`_ and `ptr_multimap <ptr_multimap.html>`_ with serialization support
57
58 ``<boost/ptr_container/serialize_ptr_container.hpp>`` all classes with serialization support
59
60 ======================================================= =============================================================
61
62 .. _`heap_clone_allocator`: reference.html#the-clone-allocator-concept
63 .. _`view_clone_allocator`: reference.html#the-clone-allocator-concept
64 .. _`bad_ptr_container_operation`: reference.html#exception-classes
65 .. _`bad_index`: reference.html#exception-classes
66 .. _`bad_pointer`: reference.html#exception-classes
67 .. _`nullable`: reference.html#class-nullable
68 .. _`indirect_fun`: indirect_fun.html
69
70
71 **Navigate:**
72
73 - `home <ptr_container.html>`_
74 - `reference <reference.html>`_
75
76 .. raw:: html
77
78 <hr>
79
80 :Copyright: Thorsten Ottosen 2004-2006. Use, modification and distribution is subject to the Boost Software License, Version 1.0 (see LICENSE_1_0.txt__).
81
82 __ http://www.boost.org/LICENSE_1_0.txt
83
84