PMDK C++ bindings
1.12-git53.g67ba2be4
This is the C++ bindings documentation for PMDK's libpmemobj.
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
m
n
o
p
r
s
t
Functions
a
b
c
d
e
g
m
n
o
p
r
s
t
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
Typedefs
Enumerations
Related Functions
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Friends
Pages
libpmemobj++
experimental
self_relative_ptr_base.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSD-3-Clause
2
/* Copyright 2020, Intel Corporation */
3
9
#ifndef LIBPMEMOBJ_CPP_SELF_RELATIVE_PTR_BASE_HPP
10
#define LIBPMEMOBJ_CPP_SELF_RELATIVE_PTR_BASE_HPP
11
12
#include <
libpmemobj++/detail/self_relative_ptr_base_impl.hpp
>
13
14
namespace
pmem
15
{
16
17
namespace
obj
18
{
19
20
namespace
experimental
21
{
22
35
using
self_relative_ptr_base
=
36
pmem::detail::self_relative_ptr_base_impl<std::ptrdiff_t>
;
37
38
}
/* namespace obj */
39
40
}
/* namespace pmem */
41
42
}
/* namespace experimental */
43
44
#endif
/* LIBPMEMOBJ_CPP_SELF_RELATIVE_PTR_BASE_HPP */
pmem
Persistent memory namespace.
Definition:
allocation_flag.hpp:15
self_relative_ptr_base_impl.hpp
Base class for self_relative_ptr.
pmem::detail::self_relative_ptr_base_impl< std::ptrdiff_t >
Generated by
1.8.20