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 File Reference
+ Include dependency graph for Settings.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SWC
 The SWC-DB C++ namespace 'SWC'.
 
 SWC::Utils
 The SWC-DB Utilities Applications C++ namespace 'SWC::Utils'.
 
 SWC::Config
 The SWC-DB Configurations C++ namespace 'SWC::Config'.
 

Typedefs

typedef int swcdb_utils_run_t()
 
typedef void swcdb_utils_apply_cfg_t(SWC::Env::Config::Ptr env)
 

Functions

void SWC::Config::init_app_options (Settings *settings)
 
void SWC::Config::init_post_cmd_args (Settings *settings)
 

Typedef Documentation

◆ swcdb_utils_apply_cfg_t

typedef void swcdb_utils_apply_cfg_t(SWC::Env::Config::Ptr env)

Definition at line 16 of file Settings.h.

◆ swcdb_utils_run_t

typedef int swcdb_utils_run_t()

Definition at line 15 of file Settings.h.