Static Public Member Functions | Static Protected Attributes | List of all members
zorba::Version Class Reference

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. More...
 
static int getMinorVersion ()
 Get the minor version. More...
 
static int getPatchVersion ()
 Get the patch version. More...
 
static std::string getVersion ()
 Get the Zorba version as std::string. More...
 

Static Protected Attributes

static int theMajorVersion
 
static int theMinorVersion
 
static int thePatchVersion
 

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

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
staticprotected

Definition at line 31 of file version.h.

int zorba::Version::theMinorVersion
staticprotected

Definition at line 32 of file version.h.

int zorba::Version::thePatchVersion
staticprotected

Definition at line 33 of file version.h.


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