Equalizer 1.0

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 getRevision ()
static uint32_t getInt ()
static float getFloat ()
static std::string getString ()

Detailed Description

Information about the current Equalizer version.

Definition at line 65 of file eq/version.h.


Member Function Documentation

static float eq::Version::getFloat ( ) [static]
Returns:
the current Equalizer version (MM.mmpp).
Version:
1.0
static uint32_t eq::Version::getInt ( ) [static]
Returns:
the current Equalizer version (MMmmpp).
Version:
1.0
static uint32_t eq::Version::getMajor ( ) [static]
Returns:
the current major version of Equalizer.
Version:
1.0
static uint32_t eq::Version::getMinor ( ) [static]
Returns:
the current minor version of Equalizer.
Version:
1.0
static uint32_t eq::Version::getPatch ( ) [static]
Returns:
the current patch level of Equalizer.
Version:
1.0
static uint32_t eq::Version::getRevision ( ) [static]
Returns:
the current revision of Equalizer.
Version:
1.0
static std::string eq::Version::getString ( ) [static]
Returns:
the current Equalizer version (MM.mm.pp[.rr]).
Version:
1.0

The documentation for this class was generated from the following file:
Generated on Sun May 8 2011 19:11:10 for Equalizer 1.0 by  doxygen 1.7.3