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.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_Version_h
7 #define swcdb_Version_h
8 
9 
10 #define SWCDB_SET_VERSION "SWC-DB v0.5.12"
11 
12 #define SWCDB_SET_COPYRIGHT "# SWC-DB (c) Copyright since 2019 Alex Kashirin <kashirin.alex@gmail.com>\n# SWC-DB is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, version GPLv3.\n# \n# SWC-DB is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n# \n# You should have received a copy of the GNU General Public License\n# along with this program.\n# If not, see <https://github.com/kashirin-alex/swc-db/blob/v0.5.12/LICENSE>.\n"
13 
14 
15 
16 const char* __attribute__((const)) swcdb_version() noexcept;
17 
18 const char* __attribute__((const)) swcdb_copyrights() noexcept;
19 
20 
21 
22 #endif // swcdb_Version_h
swcdb_copyrights
const char * swcdb_copyrights() noexcept
Definition: Version.cc:20
swcdb_version
const char * swcdb_version() noexcept
Definition: Version.cc:16
__attribute__
const char * __attribute__((const)) swcdb_version() noexcept