| ome-files
    0.3.2
    | 
Release version. More...
#include <ome/files/Version.h>
 Collaboration diagram for ome::files::Version:
 Collaboration diagram for ome::files::Version:| 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::files::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. | 
References ome::files::release_version.
 1.8.13
 1.8.13