PMDK C++ bindings
1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
Main Page
Features
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
i
m
n
o
p
s
t
u
w
Functions
a
c
d
e
i
m
n
o
p
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
Enumerator
Friends
Macros
Modules
Pages
string.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSD-3-Clause
2
/* Copyright 2019-2021, Intel Corporation */
3
9
#ifndef LIBPMEMOBJ_CPP_STRING_HPP
10
#define LIBPMEMOBJ_CPP_STRING_HPP
11
12
#include <
libpmemobj++/container/basic_string.hpp
>
13
14
namespace
pmem
15
{
16
17
namespace
obj
18
{
19
24
using
string
=
basic_string<char>
;
25
30
using
wstring
=
basic_string<wchar_t>
;
31
36
using
u16string
=
basic_string<char16_t>
;
37
42
using
u32string
=
basic_string<char32_t>
;
43
44
}
/* namespace obj */
45
46
}
/* namespace pmem */
47
48
#endif
/* LIBPMEMOBJ_CPP_STRING_HPP */
basic_string.hpp
String container with std::basic_string compatible interface.
pmem::obj::basic_string
Persistent string container with std::basic_string compatible interface.
Definition:
basic_string.hpp:48
pmem
Persistent memory namespace.
Definition:
allocation_flag.hpp:15
libpmemobj++
container
string.hpp
Generated by
1.9.1