Ditto
4.5.2
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
a
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
Enumerator
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
Loading...
Searching...
No Matches
include
WriteStrategy.hpp
1
#ifndef _DITTO_WRITE_STRATEGY_
2
#define _DITTO_WRITE_STRATEGY_
3
4
namespace
ditto {
5
10
enum class
WriteStrategy {
15
merge = 1,
16
22
insertIfAbsent,
23
32
insertDefaultIfAbsent,
33
};
34
}
// namespace ditto
35
#endif
Generated by
1.10.0