Models a version according to the major.minor.patch versioning scheme.
More...
#include <shark/Core/Shark.h>
|
static const char * | DEFAULT_FORMAT () |
| Default printf-format for formatting version numbers. More...
|
|
static unsigned int | MAJOR () |
| Returns the major revision number. More...
|
|
static unsigned int | MINOR () |
| Returns the minor revision number. More...
|
|
static unsigned int | PATCH () |
| Returns the patch revision number. More...
|
|
template<unsigned int major, unsigned int minor, unsigned int patch>
struct shark::Shark::Version< major, minor, patch >
Models a version according to the major.minor.patch versioning scheme.
Definition at line 173 of file Shark.h.
◆ DEFAULT_FORMAT()
template<unsigned int major, unsigned int minor, unsigned int patch>
Default printf-format for formatting version numbers.
Definition at line 176 of file Shark.h.
◆ MAJOR()
template<unsigned int major, unsigned int minor, unsigned int patch>
Returns the major revision number.
Definition at line 181 of file Shark.h.
◆ MINOR()
template<unsigned int major, unsigned int minor, unsigned int patch>
Returns the minor revision number.
Definition at line 186 of file Shark.h.
◆ PATCH()
template<unsigned int major, unsigned int minor, unsigned int patch>
Returns the patch revision number.
Definition at line 191 of file Shark.h.
The documentation for this struct was generated from the following file: