Joedb 10.2.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
open_mode_strings.cpp
Go to the documentation of this file.
2
3namespace joedb
4{
5 const std::array<const char *, size_t(Open_Mode::mode_count)> open_mode_strings
6 {
7 "read",
8 "write",
9 "new",
10 "write_or_new",
11 "shared",
12 "lock",
13 "truncate",
14 };
15}
@ mode_count
number of modes
const std::array< const char *, size_t(Open_Mode::mode_count)> open_mode_strings