Volume Cartographer 2.27.0
Version.hpp
Go to the documentation of this file.
1#pragma once
2
5#include <cstdint>
6#include <string>
7
8namespace volcart
9{
10
14 static auto Name() -> std::string;
16 static auto VersionString() -> std::string;
18 static auto NameAndVersion() -> std::string;
20 static auto VersionMajor() -> std::uint32_t;
22 static auto VersionMinor() -> std::uint32_t;
24 static auto VersionPatch() -> std::uint32_t;
26 static auto RepositoryURL() -> std::string;
28 static auto RepositoryHash() -> std::string;
30 static auto RepositoryShortHash() -> std::string;
31};
32
33} // namespace volcart
Volume Cartographer library
static auto NameAndVersion() -> std::string
static auto RepositoryShortHash() -> std::string
static auto VersionMajor() -> std::uint32_t
static auto Name() -> std::string
static auto RepositoryHash() -> std::string
static auto VersionPatch() -> std::uint32_t
static auto VersionMinor() -> std::uint32_t
static auto VersionString() -> std::string
static auto RepositoryURL() -> std::string