Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
open_mode_strings.h
Go to the documentation of this file.
1#ifndef joedb_open_mode_strings_declared
2#define joedb_open_mode_strings_declared
3
5
6#include <stddef.h>
7#include <array>
8
9namespace joedb
10{
11 /// @ingroup ui
12 extern const std::array<const char *, size_t(Open_Mode::mode_count)> open_mode_strings;
13}
14
15#endif
@ mode_count
number of modes
const std::array< const char *, size_t(Open_Mode::mode_count)> open_mode_strings
Definition Blob.h:7