ome-files  0.5.0
Public Member Functions | Public Attributes | List of all members
ome::files::Version Struct Reference

Release version. More...

#include <ome/files/Version.h>

+ 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.
 

Detailed Description

Release version.

Constructor & Destructor Documentation

◆ Version()

ome::files::Version::Version ( uint32_t  major,
uint32_t  minor,
uint32_t  patch,
const std::string &  extra 
)

Constructor.

Parameters
majorthe major version.
minorthe minor version.
patchthe patchlevel version.
extrathe version suffix.

References ome::files::release_version.


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