annotate DEPENDENCIES/generic/include/boost/thread/csbl/memory.hpp @ 125:34e428693f5d vext

Vext -> Repoint
author Chris Cannam
date Thu, 14 Jun 2018 11:15:39 +0100
parents f46d142149f5
children
rev   line source
Chris@102 1 // Copyright (C) 2013 Vicente J. Botet Escriba
Chris@102 2 //
Chris@102 3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Chris@102 4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Chris@102 5 //
Chris@102 6 // 2013/10 Vicente J. Botet Escriba
Chris@102 7 // Creation.
Chris@102 8
Chris@102 9 #ifndef BOOST_CSBL_MEMORY_HPP
Chris@102 10 #define BOOST_CSBL_MEMORY_HPP
Chris@102 11
Chris@102 12 // 20.7.2 Header <memory> synopsis
Chris@102 13
Chris@102 14 // 20.7.3, pointer traits
Chris@102 15 #include <boost/thread/csbl/memory/pointer_traits.hpp>
Chris@102 16
Chris@102 17 // 20.7.4, pointer safety
Chris@102 18 // 20.7.5, pointer alignment function
Chris@102 19
Chris@102 20 // 20.7.6, allocator argument tag
Chris@102 21 #include <boost/thread/csbl/memory/allocator_arg.hpp>
Chris@102 22
Chris@102 23 // 20.7.8, allocator traits
Chris@102 24 #include <boost/thread/csbl/memory/allocator_traits.hpp>
Chris@102 25
Chris@102 26 // 20.7.7, uses_allocator
Chris@102 27 #include <boost/thread/csbl/memory/scoped_allocator.hpp>
Chris@102 28
Chris@102 29 // 20.7.9, the default allocator:
Chris@102 30 namespace boost
Chris@102 31 {
Chris@102 32 namespace csbl
Chris@102 33 {
Chris@102 34 using ::std::allocator;
Chris@102 35 }
Chris@102 36 }
Chris@102 37 // 20.7.10, raw storage iterator:
Chris@102 38 // 20.7.11, temporary buffers:
Chris@102 39 // 20.7.12, specialized algorithms:
Chris@102 40
Chris@102 41 // 20.8.1 class template unique_ptr:
Chris@102 42 // default_delete
Chris@102 43 #include <boost/thread/csbl/memory/default_delete.hpp>
Chris@102 44 #include <boost/thread/csbl/memory/unique_ptr.hpp>
Chris@102 45
Chris@102 46 // 20.8.2.1, class bad_weak_ptr:
Chris@102 47 // 20.8.2.2, class template shared_ptr:
Chris@102 48 // 20.8.2.2.6, shared_ptr creation
Chris@102 49 // 20.8.2.2.7, shared_ptr comparisons:
Chris@102 50 // 20.8.2.2.8, shared_ptr specialized algorithms:
Chris@102 51 // 20.8.2.2.9, shared_ptr casts:
Chris@102 52 // 20.8.2.2.10, shared_ptr get_deleter:
Chris@102 53 // 20.8.2.2.11, shared_ptr I/O:
Chris@102 54 // 20.8.2.3, class template weak_ptr:
Chris@102 55 // 20.8.2.3.6, weak_ptr specialized algorithms:
Chris@102 56 // 20.8.2.3.7, class template owner_less:
Chris@102 57 // 20.8.2.4, class template enable_shared_from_this:
Chris@102 58 // 20.8.2.5, shared_ptr atomic access:
Chris@102 59 // 20.8.2.6 hash support
Chris@102 60
Chris@102 61 #endif // header