GLStats  0.1.0
Static Public Member Functions | List of all members
GLStats::Version Class Reference

Information about the current GLStats version. More...

#include <version.h>

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 ()

Detailed Description

Information about the current GLStats version.

Definition at line 69 of file version.h.

Member Function Documentation

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

Definition at line 103 of file version.h.

static uint32_t GLStats::Version::getABI ( )
static
Returns
the current DSO binary revision.
Version
0.4
static float GLStats::Version::getFloat ( )
static
Returns
the current GLStats version (MM.mmpp).
Version
0.4
static uint32_t GLStats::Version::getInt ( )
static
Returns
the current GLStats version (MMmmpp).
Version
0.4
static uint32_t GLStats::Version::getMajor ( )
static
Returns
the current major version of GLStats.
Version
0.4
static uint32_t GLStats::Version::getMinor ( )
static
Returns
the current minor version of GLStats.
Version
0.4
static uint32_t GLStats::Version::getPatch ( )
static
Returns
the current patch level of GLStats.
Version
0.4
static std::string GLStats::Version::getRevision ( )
static
Returns
the current revision of GLStats.
Version
0.4
static std::string GLStats::Version::getString ( )
static
Returns
the current GLStats version (MM.mm.pp[.rr]).
Version
1.1

The documentation for this class was generated from the following file: