Static Public Member Functions | Static Protected Attributes
zorba::Version Class Reference

Provide access to the version of Zorba that is used. More...

#include <zorba/version.h>

List of all members.

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

Detailed Description

Provide access to the version of Zorba that is used.


Member Function Documentation

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


Member Data Documentation

int zorba::Version::theMajorVersion [static, protected]

Definition at line 31 of file version.h.

int zorba::Version::theMinorVersion [static, protected]

Definition at line 32 of file version.h.

int zorba::Version::thePatchVersion [static, protected]

Definition at line 33 of file version.h.


The documentation for this class was generated from the following file:
blog comments powered by Disqus