Provide access to the version of Zorba that is used. More...
#include <zorba/version.h>
Static Public Member Functions | |
static int | getMajorVersion () |
Get the major version. | |
static int | getMinorVersion () |
Get the minor version. | |
static int | getPatchVersion () |
Get the patch version. | |
static std::string | getVersion () |
Get the Zorba version as std::string. | |
Static Protected Attributes | |
static int | theMajorVersion |
static int | theMinorVersion |
static int | thePatchVersion |
static int zorba::Version::getMajorVersion | ( | ) | [static] |
Get the major version.
static int zorba::Version::getMinorVersion | ( | ) | [static] |
Get the minor version.
static int zorba::Version::getPatchVersion | ( | ) | [static] |
Get the patch version.
static std::string zorba::Version::getVersion | ( | ) | [static] |
Get the Zorba version as std::string.
Form: MajorVersion.MinorVersion.PatchVersion
int zorba::Version::theMajorVersion [static, protected] |
int zorba::Version::theMinorVersion [static, protected] |
int zorba::Version::thePatchVersion [static, protected] |