SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
Version.cc File Reference
#include "swcdb/Version.h"
+ Include dependency graph for Version.cc:

Go to the source code of this file.

Functions

const char * swcdb_version () noexcept
 
const char * swcdb_copyrights () noexcept
 

Variables

static const char SWCDB_VERSION [] = SWCDB_SET_VERSION
 
static const char SWCDB_COPYRIGHT [] = SWCDB_SET_COPYRIGHT
 

Function Documentation

◆ swcdb_copyrights()

const char* swcdb_copyrights ( )
noexcept

Definition at line 20 of file Version.cc.

References SWCDB_COPYRIGHT.

Referenced by SWC::Config::Settings::init(), SWC::Config::Settings::parse_args(), and SWC::Config::Settings::usage_str().

+ Here is the caller graph for this function:

◆ swcdb_version()

const char* swcdb_version ( )
noexcept

Definition at line 16 of file Version.cc.

References SWCDB_VERSION.

Referenced by SWC::Config::Settings::parse_args().

+ Here is the caller graph for this function:

Variable Documentation

◆ SWCDB_COPYRIGHT

const char SWCDB_COPYRIGHT[] = SWCDB_SET_COPYRIGHT
static

Definition at line 13 of file Version.cc.

Referenced by swcdb_copyrights().

◆ SWCDB_VERSION

const char SWCDB_VERSION[] = SWCDB_SET_VERSION
static

Definition at line 11 of file Version.cc.

Referenced by swcdb_version().