GLStats
0.3.3
|
Defines version macros and class for library GLStats. More...
Go to the source code of this file.
Classes | |
class | GLStats::Version |
Information about the current GLStats version. More... | |
Namespaces | |
GLStats | |
Basic type definitions not provided by the operating system. | |
Macros | |
#define | GLSTATS_VERSION_MAJOR 0 |
The current major version. More... | |
#define | GLSTATS_VERSION_MINOR 3 |
The current minor version. More... | |
#define | GLSTATS_VERSION_PATCH 3 |
The current patch level. More... | |
#define | GLSTATS_VERSION_REVISION 0x836dd5e |
The current SCM revision. More... | |
#define | GLSTATS_VERSION_ABI 1 |
The current binary interface. More... | |
#define | GLSTATS_VERSION_GT(MAJOR, MINOR, PATCH) |
True if the current version is newer than the given one. More... | |
#define | GLSTATS_VERSION_GE(MAJOR, MINOR, PATCH) |
True if the current version is equal or newer to the given. More... | |
#define | GLSTATS_VERSION_LT(MAJOR, MINOR, PATCH) |
True if the current version is older than the given one. More... | |
#define | GLSTATS_VERSION_LE(MAJOR, MINOR, PATCH) |
True if the current version is older or equal to the given. More... | |
#define GLSTATS_VERSION_ABI 1 |
#define GLSTATS_VERSION_GE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is equal or newer to the given.
#define GLSTATS_VERSION_GT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is newer than the given one.
#define GLSTATS_VERSION_LE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older or equal to the given.
#define GLSTATS_VERSION_LT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older than the given one.
#define GLSTATS_VERSION_MAJOR 0 |
The current major version.
Definition at line 17 of file version.h.
Referenced by GLStats::Version::check().
#define GLSTATS_VERSION_MINOR 3 |
The current minor version.
Definition at line 20 of file version.h.
Referenced by GLStats::Version::check().