|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
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... | |
Namespace for version information.
|
inline |
Gets the current version of crawlserv++.
References crawlservVersionMajor, crawlservVersionMinor, crawlservVersionRelease, and crawlservVersionSuffix.
Referenced by crawlservpp::Main::App::run(), and crawlservpp::Main::Database::update().
|
inline |
Major version of the application.
Referenced by getString().
|
inline |
Minor version of the application.
Referenced by getString().
|
inline |
Current release (i.e. patch) version of the application.
Referenced by getString().
|
inline |
Version suffix of the application.
Referenced by getString().