#include <OnixS/CME/MDH/Version.h>
Public Types | |
| typedef VersionComponent | Component |
Public Member Functions | |
| Version (Component major, Component minor, Component patch) | |
| Version (const Version &other) | |
| Component | major () const |
| Component | minor () const |
| Component | patch () const |
| Version & | operator= (const Version &other) |
Static Public Member Functions | |
| static Version | current () |
Identifies version of the product.
Provides access to single components which compound whole version, comparing and serialization/deserialization facilities.
| typedef VersionComponent Component |
|
static |
Identifies the current version of the product.
|
inline |
|
inline |