headers.rst 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. ++++++++++++++++++++++++++++++++++
  2. |Boost| Pointer Container Library
  3. ++++++++++++++++++++++++++++++++++
  4. .. |Boost| image:: boost.png
  5. ===============
  6. Library headers
  7. ===============
  8. ======================================================= =============================================================
  9. **Header** **Includes**
  10. ``<boost/ptr_container/clone_allocator.hpp>`` classes heap_clone_allocator_ and view_clone_allocator_
  11. and functions ``new_clone()`` and ``delete_clone()``
  12. ``<boost/ptr_container/ptr_deque.hpp>`` class `ptr_deque <ptr_deque.html>`_ (and ``std::deque``)
  13. ``<boost/ptr_container/ptr_list.hpp>`` class `ptr_list <ptr_list.html>`_ (and ``std::list``)
  14. ``<boost/ptr_container/ptr_vector.hpp>`` class `ptr_vector <ptr_vector.html>`_ (and ``std::vector``)
  15. ``<boost/ptr_container/ptr_array.hpp>`` class `ptr_array <ptr_array.html>`_ (and ``boost::array``)
  16. ``<boost/ptr_container/ptr_set.hpp>`` classes `ptr_set <ptr_set.html>`_ and `ptr_multiset <ptr_multiset.html>`_
  17. (and ``std::set`` and ``std::multiset``)
  18. ``<boost/ptr_container/ptr_map.hpp>`` classes `ptr_map <ptr_map.html>`_ and `ptr_multimap <ptr_multimap.html>`_
  19. (and ``std::map`` and ``std::multimap``)
  20. ``<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>`_
  21. ``<boost/ptr_container/ptr_container.hpp>`` all classes
  22. ``<boost/ptr_container/ptr_sequence_adapter.hpp>`` class `ptr_sequence_adapter <ptr_sequence_adapter.html>`_
  23. ``<boost/ptr_container/ptr_set_adapter.hpp>`` classes `ptr_set_adapter <ptr_set_adapter.html>`_ and `ptr_multiset_adapter <ptr_multiset_adapter.html>`_
  24. ``<boost/ptr_container/ptr_map_adapter.hpp>`` classes `ptr_map_adapter <ptr_map_adapter.html>`_ and `ptr_multimap_adapter <ptr_multimap_adapter.html>`_
  25. ``<boost/ptr_container/exception.hpp>`` classes `bad_ptr_container_operation`_, `bad_index`_ and `bad_pointer`_
  26. ``<boost/ptr_container/indirect_fun.hpp>`` class `indirect_fun`_
  27. ``<boost/ptr_container/nullable.hpp>`` class `nullable`_
  28. ``<boost/ptr_container/serialize_ptr_deque.hpp>`` class `ptr_deque <ptr_deque.html>`_ with serialization support
  29. ``<boost/ptr_container/serialize_ptr_list.hpp>`` class `ptr_list <ptr_list.html>`_ with serialization support
  30. ``<boost/ptr_container/serialize_ptr_vector.hpp>`` class `ptr_vector <ptr_vector.html>`_ with serialization support
  31. ``<boost/ptr_container/serialize_ptr_array.hpp>`` class `ptr_array <ptr_array.html>`_ with serialization support
  32. ``<boost/ptr_container/serialize_ptr_set.hpp>`` classes `ptr_set <ptr_set.html>`_ and `ptr_multiset <ptr_multiset.html>`_ with serialization support
  33. ``<boost/ptr_container/serialize_ptr_map.hpp>`` classes `ptr_map <ptr_map.html>`_ and `ptr_multimap <ptr_multimap.html>`_ with serialization support
  34. ``<boost/ptr_container/serialize_ptr_container.hpp>`` all classes with serialization support
  35. ======================================================= =============================================================
  36. .. _`heap_clone_allocator`: reference.html#the-clone-allocator-concept
  37. .. _`view_clone_allocator`: reference.html#the-clone-allocator-concept
  38. .. _`bad_ptr_container_operation`: reference.html#exception-classes
  39. .. _`bad_index`: reference.html#exception-classes
  40. .. _`bad_pointer`: reference.html#exception-classes
  41. .. _`nullable`: reference.html#class-nullable
  42. .. _`indirect_fun`: indirect_fun.html
  43. **Navigate:**
  44. - `home <ptr_container.html>`_
  45. - `reference <reference.html>`_
  46. .. raw:: html
  47. <hr>
  48. :Copyright: Thorsten Ottosen 2004-2006. Use, modification and distribution is subject to the Boost Software License, Version 1.0 (see LICENSE_1_0.txt__).
  49. __ http://www.boost.org/LICENSE_1_0.txt