|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include <string>#include <string_view>

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... | |
| #define CRAWLSERVPP_VERSION_MAJOR 0 |
| #define CRAWLSERVPP_VERSION_MINOR 0 |
| #define CRAWLSERVPP_VERSION_RELEASE 1 |
| #define CRAWLSERVPP_VERSION_SUFFIX "alpha" |