++++++++++++++++++++++++++++++++++ |Boost| Pointer Container Library ++++++++++++++++++++++++++++++++++ .. |Boost| image:: boost.png =============== Library headers =============== ======================================================= ============================================================= **Header** **Includes** ```` classes heap_clone_allocator_ and view_clone_allocator_ and functions ``new_clone()`` and ``delete_clone()`` ```` class `ptr_deque `_ (and ``std::deque``) ```` class `ptr_list `_ (and ``std::list``) ```` class `ptr_vector `_ (and ``std::vector``) ```` class `ptr_array `_ (and ``boost::array``) ```` classes `ptr_set `_ and `ptr_multiset `_ (and ``std::set`` and ``std::multiset``) ```` classes `ptr_map `_ and `ptr_multimap `_ (and ``std::map`` and ``std::multimap``) ```` class `ptr_sequence_adapter `_ ```` classes `ptr_set_adapter `_ and `ptr_multiset_adapter `_ ```` classes `ptr_map_adapter `_ and `ptr_multimap_adapter `_ ```` classes `bad_ptr_container_operation`_, `bad_index`_ and `bad_pointer`_ ```` class `indirect_fun`_ ```` class `nullable`_ ======================================================= ============================================================= .. _`heap_clone_allocator`: reference.html#the-clone-allocator-concept .. _`view_clone_allocator`: reference.html#the-clone-allocator-concept .. _`bad_ptr_container_operation`: reference.html#exception-classes .. _`bad_index`: reference.html#exception-classes .. _`bad_pointer`: reference.html#exception-classes .. _`nullable`: reference.html#class-nullable .. _`indirect_fun`: indirect_fun.html **Navigate:** - `home `_ - `reference `_ .. raw:: html
:Copyright: Thorsten Ottosen 2004-2006. Use, modification and distribution is subject to the Boost Software License, Version 1.0 (see LICENSE_1_0.txt__). __ http://www.boost.org/LICENSE_1_0.txt