Provide access to the version of Zorba that is used.
More...
#include <zorba/version.h>
List of all members.
Detailed Description
Provide access to the version of Zorba that is used.
Definition at line 28 of file version.h.
Member Function Documentation
static int zorba::Version::getMajorVersion |
( |
| ) |
|
|
static |
static int zorba::Version::getMinorVersion |
( |
| ) |
|
|
static |
static int zorba::Version::getPatchVersion |
( |
| ) |
|
|
static |
static std::string zorba::Version::getVersion |
( |
| ) |
|
|
static |
Get the Zorba version as std::string.
Form: MajorVersion.MinorVersion.PatchVersion
Member Data Documentation
int zorba::Version::theMajorVersion |
|
staticprotected |
int zorba::Version::theMinorVersion |
|
staticprotected |
int zorba::Version::thePatchVersion |
|
staticprotected |
The documentation for this class was generated from the following file: