zorba::Version

#include <zorba/version.h>

Provide access to the version of Zorba that is used.

Protected Static Attributes

int

theMajorVersion

int

theMinorVersion

int

thePatchVersion

Public Static Functions

int

getMajorVersion()

Get the major version.

int

getMinorVersion()

Get the minor version.

int

getPatchVersion()

Get the patch version.

std::string

getVersion()

Get the Zorba version as std::string.

Protected Static Attributes

theMajorVersion

int theMajorVersion

theMinorVersion

int theMinorVersion

thePatchVersion

int thePatchVersion

Public Static Functions

getMajorVersion

int getMajorVersion()

Get the major version.

getMinorVersion

int getMinorVersion()

Get the minor version.

getPatchVersion

int getPatchVersion()

Get the patch version.

getVersion

std::string getVersion()

Get the Zorba version as std::string.

Form: MajorVersion.MinorVersion.PatchVersion