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 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.

Referenced by eq::init().

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
Generated on Mon Aug 10 18:58:43 2009 for Equalizer 0.9 by  doxygen 1.5.8