Struct BuildInformation#
Defined in File libCZI.h
Struct Documentation#
-
struct BuildInformation#
This structure contains information about the compiler settings and the version of the source which was used to create the library.
Public Members
-
std::string compilerIdentification#
The compiler identification. This is a free-form string.
-
std::string repositoryUrl#
The URL of the repository - if available.
-
std::string repositoryBranch#
The branch - if available.
-
std::string repositoryTag#
The tag or hash of the repository - if available.
-
std::string compilerIdentification#