libimgdoc2
Loading...
Searching...
No Matches
Public Attributes | List of all members
imgdoc2::VersionInfo Struct Reference

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.
 

Detailed Description

This structure gathers build-time information about the version of the library.


The documentation for this struct was generated from the following file: