PMDK C++ bindings
1.10
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
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Friends
Macros
Pages
libpmemobj++
version.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSD-3-Clause
2
/* Copyright 2018, Intel Corporation */
3
9
#ifndef LIBPMEMOBJ_CPP_VERSION_HPP
10
#define LIBPMEMOBJ_CPP_VERSION_HPP
11
12
#define LIBPMEMOBJ_CPP_VERSION_MAJOR 1
13
#define LIBPMEMOBJ_CPP_VERSION_MINOR 10
14
#define LIBPMEMOBJ_CPP_VERSION_PATCH 0
15
16
#define LIBPMEMOBJ_CPP_VERSION "1.10"
17
18
#endif
/* LIBPMEMOBJ_CPP_VERSION_HPP */
Generated by
1.8.20