crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
crawlservpp::Main::Version Namespace Reference

Namespace for version information. More...

Constants

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

Version Information

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

Detailed Description

Namespace for version information.

Function Documentation

◆ getString()

std::string crawlservpp::Main::Version::getString ( )
inline

Gets the current version of crawlserv++.

Returns
The copy of a string containing the current version of crawlserv++.

References crawlservVersionMajor, crawlservVersionMinor, crawlservVersionRelease, and crawlservVersionSuffix.

Referenced by crawlservpp::Main::App::run(), and crawlservpp::Main::Database::update().

Variable Documentation

◆ crawlservVersionMajor

constexpr auto crawlservpp::Main::Version::crawlservVersionMajor {CRAWLSERVPP_VERSION_MAJOR}
inline

Major version of the application.

Referenced by getString().

◆ crawlservVersionMinor

constexpr auto crawlservpp::Main::Version::crawlservVersionMinor {CRAWLSERVPP_VERSION_MINOR}
inline

Minor version of the application.

Referenced by getString().

◆ crawlservVersionRelease

constexpr auto crawlservpp::Main::Version::crawlservVersionRelease {CRAWLSERVPP_VERSION_RELEASE}
inline

Current release (i.e. patch) version of the application.

Referenced by getString().

◆ crawlservVersionSuffix

constexpr std::string_view crawlservpp::Main::Version::crawlservVersionSuffix {CRAWLSERVPP_VERSION_SUFFIX}
inline

Version suffix of the application.

Referenced by getString().