bioformats
5.1.0
|
Release version. More...
#include <ome/bioformats/Version.h>
Public Member Functions | |
Version (uint32_t major, uint32_t minor, uint32_t patch, const std::string &extra) | |
Constructor. More... | |
Public Attributes | |
uint32_t | major |
Major version number. | |
uint32_t | minor |
Minor version number. | |
uint32_t | patch |
Patchlevel version number. | |
std::string | extra |
Version suffix. | |
Release version.
ome::bioformats::Version::Version | ( | uint32_t | major, |
uint32_t | minor, | ||
uint32_t | patch, | ||
const std::string & | extra | ||
) |
Constructor.
major | the major version. |
minor | the minor version. |
patch | the patchlevel version. |
extra | the version suffix. |