crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
Version.hpp File Reference
#include <string>
#include <string_view>
Include dependency graph for Version.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 crawlservpp::Main::Version
 Namespace for version information.
 

Macros

#define CRAWLSERVPP_VERSION_MAJOR   0
 
#define CRAWLSERVPP_VERSION_MINOR   0
 
#define CRAWLSERVPP_VERSION_RELEASE   1
 
#define CRAWLSERVPP_VERSION_SUFFIX   "alpha"
 

Constants

constexpr auto crawlservpp::Main::Version::crawlservVersionMajor {CRAWLSERVPP_VERSION_MAJOR}
 Major version of the application. More...
 
constexpr auto crawlservpp::Main::Version::crawlservVersionMinor {CRAWLSERVPP_VERSION_MINOR}
 Minor version of the application. More...
 
constexpr auto crawlservpp::Main::Version::crawlservVersionRelease {CRAWLSERVPP_VERSION_RELEASE}
 Current release (i.e. patch) version of the application. More...
 
constexpr std::string_view crawlservpp::Main::Version::crawlservVersionSuffix {CRAWLSERVPP_VERSION_SUFFIX}
 Version suffix of the application. More...
 

Version Information

std::string crawlservpp::Main::Version::getString ()
 Gets the current version of crawlserv++. More...
 

Macro Definition Documentation

◆ CRAWLSERVPP_VERSION_MAJOR

#define CRAWLSERVPP_VERSION_MAJOR   0

◆ CRAWLSERVPP_VERSION_MINOR

#define CRAWLSERVPP_VERSION_MINOR   0

◆ CRAWLSERVPP_VERSION_RELEASE

#define CRAWLSERVPP_VERSION_RELEASE   1

◆ CRAWLSERVPP_VERSION_SUFFIX

#define CRAWLSERVPP_VERSION_SUFFIX   "alpha"