Joedb
9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
ui
open_mode_strings.cpp
Go to the documentation of this file.
1
#include "
joedb/ui/open_mode_strings.h
"
2
3
namespace
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
};
14
}
joedb::Open_Mode::mode_count
@ mode_count
number of modes
joedb::open_mode_strings
const std::array< const char *, size_t(Open_Mode::mode_count)> open_mode_strings
Definition
open_mode_strings.cpp:5
joedb
Definition
Blob.h:7
open_mode_strings.h
Generated by
1.9.8