Information about the current Equalizer version.
More...
#include <version.h>
List of all members.
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: