Ocean
Ocean::Version Class Reference

This class provides version numbers for Ocean. More...

Static Public Member Functions

static constexpr unsigned int major ()
 Returns the major version number of Ocean. More...
 
static constexpr unsigned int minor ()
 Returns the major version number of Ocean. More...
 
static constexpr unsigned int patch ()
 Returns the major version number of Ocean. More...
 
static constexpr bool isDevelopmentBranch ()
 Returns the major version number of Ocean. More...
 
static constexpr unsigned int version ()
 Returns the major version number of Ocean. More...
 
static std::string versionString ()
 Returns the version number of Ocean as string. More...
 

Detailed Description

This class provides version numbers for Ocean.

Member Function Documentation

◆ isDevelopmentBranch()

constexpr bool Ocean::Version::isDevelopmentBranch ( )
staticconstexpr

Returns the major version number of Ocean.

Returns
The version

◆ major()

constexpr unsigned int Ocean::Version::major ( )
staticconstexpr

Returns the major version number of Ocean.

Returns
The version

◆ minor()

constexpr unsigned int Ocean::Version::minor ( )
staticconstexpr

Returns the major version number of Ocean.

Returns
The version

◆ patch()

constexpr unsigned int Ocean::Version::patch ( )
staticconstexpr

Returns the major version number of Ocean.

Returns
The version

◆ version()

constexpr unsigned int Ocean::Version::version ( )
staticconstexpr

Returns the major version number of Ocean.

Returns
The version

◆ versionString()

std::string Ocean::Version::versionString ( )
inlinestatic

Returns the version number of Ocean as string.

Returns
The version

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