SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
Settings.h
Go to the documentation of this file.
1 /*
2  * SWC-DB© Copyright since 2019 Alex Kashirin <kashirin.alex@gmail.com>
3  * License details at <https://github.com/kashirin-alex/swc-db/#license>
4  */
5 
6 #ifndef swcdb_fs_Settings_h
7 #define swcdb_fs_Settings_h
8 
10 
11 namespace SWC { namespace Config {
12 
13 void init_fs_options(Settings* settings);
14 
15 }}
16 
17 #ifdef SWC_IMPL_SOURCE
18 #include "swcdb/fs/Settings.cc"
19 #endif
20 
21 #endif // swcdb_fs_Settings_h
SWC::Config::init_fs_options
void init_fs_options(Settings *settings)
Definition: Settings.cc:13
Settings.cc
Settings.h
SWC
The SWC-DB C++ namespace 'SWC'.
Definition: main.cc:12