![]() |
libimgdoc2
|
This structure gathers build-time information about the version of the library. More...
#include <VersionInfo.h>
Public Attributes | |
std::uint32_t | major { 0 } |
The major version number. We use the semantic versioning scheme (https://semver.org/). | |
std::uint32_t | minor { 0 } |
The minor version number. We use the semantic versioning scheme (https://semver.org/). | |
std::uint32_t | patch { 0 } |
The patch version number. We use the semantic versioning scheme (https://semver.org/). | |
std::string | compiler_identification |
The compiler identification. This is a free-form string. | |
std::string | build_type |
std::string | repository_url |
The URL of the repository - if available. | |
std::string | repository_branch |
The branch - if available. | |
std::string | repository_tag |
The tag or hash of the repository - if available. | |
This structure gathers build-time information about the version of the library.