eq::Version Class Reference

Information about the current Equalizer version. More...

#include <version.h>

List of all members.

Static Public Member Functions

static uint32_t getMajor ()
static uint32_t getMinor ()
static uint32_t getPatch ()
static uint32_t getInt ()
static float getFloat ()
static std::string getString ()

Detailed Description

Information about the current Equalizer version.

Definition at line 33 of file client/version.h.


Member Function Documentation

uint32_t Version::getMajor (  )  [static]
Returns:
the current major version of Equalizer

Definition at line 23 of file version.cpp.

uint32_t Version::getMinor (  )  [static]
Returns:
the current minor version of Equalizer

Definition at line 27 of file version.cpp.

uint32_t Version::getPatch (  )  [static]
Returns:
the current patch level of Equalizer

Definition at line 31 of file version.cpp.

uint32_t Version::getInt (  )  [static]
Returns:
the current Equalizer version (MMmmpp)

Definition at line 36 of file version.cpp.

float Version::getFloat (  )  [static]
Returns:
the current Equalizer version (MM.mmpp)

Definition at line 42 of file version.cpp.

std::string Version::getString (  )  [static]
Returns:
the current Equalizer version (MM.mm.pp)

Definition at line 48 of file version.cpp.


The documentation for this class was generated from the following files:
Generated on Sat Feb 6 13:06:32 2010 for Equalizer 0.9.1 by  doxygen 1.6.1