PMDK C++ bindings 1.13.0
This is the C++ bindings documentation for PMDK's libpmemobj.
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
13
14namespace pmem
15{
16
17namespace obj
18{
19
20namespace experimental
21{
22
37
38} /* namespace obj */
39
40} /* namespace pmem */
41
42} /* namespace experimental */
43
44#endif /* LIBPMEMOBJ_CPP_SELF_RELATIVE_PTR_BASE_HPP */
self_relative_ptr base template class
Definition: self_relative_ptr_base_impl.hpp:39
Persistent memory namespace.
Definition: allocation_flag.hpp:15
Base class for self_relative_ptr.