Equalizer  1.8.0
Parallel Rendering Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
eq::Version Class Reference

Information about the current Equalizer version. More...

#include <version.h>

+ Collaboration diagram for eq::Version:

Static Public Member Functions

static uint32_t getMajor ()
 
static uint32_t getMinor ()
 
static uint32_t getPatch ()
 
static std::string getRevision ()
 
static uint32_t getABI ()
 
static uint32_t getInt ()
 
static float getFloat ()
 
static std::string getString ()
 
static bool check ()
 
static uint32_t getMajor ()
 
static uint32_t getMinor ()
 
static uint32_t getPatch ()
 
static std::string getRevision ()
 
static uint32_t getABI ()
 
static uint32_t getInt ()
 
static float getFloat ()
 
static std::string getString ()
 
static bool check ()
 

Detailed Description

Information about the current Equalizer version.

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

Member Function Documentation

static bool eq::Version::check ( )
inlinestatic
Returns
true if the link-time and compile-time DSO versions are compatible.

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

static bool eq::Version::check ( )
inlinestatic
Returns
true if the link-time and compile-time DSO versions are compatible.

Definition at line 108 of file version.h.

static uint32_t eq::Version::getABI ( )
static
Returns
the current DSO binary revision.
Version
1.1.1

Referenced by eq::init().

+ Here is the caller graph for this function:

static uint32_t eq::Version::getABI ( )
static
Returns
the current DSO binary revision.
Version
1.1.1
static float eq::Version::getFloat ( )
static
Returns
the current Equalizer version (MM.mmpp).
Version
1.0
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::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::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::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::getPatch ( )
static
Returns
the current patch level of Equalizer.
Version
1.0
static std::string eq::Version::getRevision ( )
static
Returns
the current revision of Equalizer.
Version
1.0
static std::string 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
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: