This class provides version numbers for Ocean.
More...
#include <Version.h>
|
| static constexpr unsigned int | major () |
| | Returns the major version number of Ocean.
|
| |
| static constexpr unsigned int | minor () |
| | Returns the major version number of Ocean.
|
| |
| static constexpr unsigned int | patch () |
| | Returns the major version number of Ocean.
|
| |
| static constexpr bool | isDevelopmentBranch () |
| | Returns the major version number of Ocean.
|
| |
| static constexpr unsigned int | version () |
| | Returns the major version number of Ocean.
|
| |
| static std::string | versionString () |
| | Returns the version number of Ocean as string.
|
| |
This class provides version numbers for Ocean.
◆ 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: