summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.56.0/boost/thread/csbl/memory.hpp
blob: e076f11ad30aba7dd806625311b27f5b8fe478f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
// Copyright (C) 2013 Vicente J. Botet Escriba
//
//  Distributed under the Boost Software License, Version 1.0. (See accompanying
//  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// 2013/10 Vicente J. Botet Escriba
//   Creation.

#ifndef BOOST_CSBL_MEMORY_HPP
#define BOOST_CSBL_MEMORY_HPP

// 20.7.2 Header <memory> synopsis

// 20.7.3, pointer traits
#include <boost/thread/csbl/memory/pointer_traits.hpp>

// 20.7.4, pointer safety
// 20.7.5, pointer alignment function

// 20.7.6, allocator argument tag
#include <boost/thread/csbl/memory/allocator_arg.hpp>

// 20.7.8, allocator traits
#include <boost/thread/csbl/memory/allocator_traits.hpp>

// 20.7.7, uses_allocator
#include <boost/thread/csbl/memory/scoped_allocator.hpp>

// 20.7.9, the default allocator:
namespace boost
{
  namespace csbl
  {
    using ::std::allocator;
  }
}
// 20.7.10, raw storage iterator:
// 20.7.11, temporary buffers:
// 20.7.12, specialized algorithms:

// 20.8.1 class template unique_ptr:
// default_delete
#include <boost/thread/csbl/memory/default_delete.hpp>
#include <boost/thread/csbl/memory/unique_ptr.hpp>

// 20.8.2.1, class bad_weak_ptr:
// 20.8.2.2, class template shared_ptr:
// 20.8.2.2.6, shared_ptr creation
// 20.8.2.2.7, shared_ptr comparisons:
// 20.8.2.2.8, shared_ptr specialized algorithms:
// 20.8.2.2.9, shared_ptr casts:
// 20.8.2.2.10, shared_ptr get_deleter:
// 20.8.2.2.11, shared_ptr I/O:
// 20.8.2.3, class template weak_ptr:
// 20.8.2.3.6, weak_ptr specialized algorithms:
// 20.8.2.3.7, class template owner_less:
// 20.8.2.4, class template enable_shared_from_this:
// 20.8.2.5, shared_ptr atomic access:
// 20.8.2.6 hash support

#endif // header