This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | gmtl |
Defines | |
#define | GMTL_VERSION_MAJOR 0 |
This is the "human-readable" GMTL version _string_. More... | |
#define | GMTL_VERSION_MINOR 2 |
#define | GMTL_VERSION_PATCH 2 |
#define | GMTL_GLUE(a, b) a ## b |
#define | GMTL_XGLUE(a, b) GMTL_GLUE(a,b) |
#define | GMTL_STR(s) # s |
#define | GMTL_XSTR(s) GMTL_STR(s) |
#define | GMTL_DOT(a, b) a ## . ## b |
#define | GMTL_XDOT(a, b) GMTL_DOT(a,b) |
#define | GMTL_ZEROFILL(a) 0 ## a |
#define | GMTL_XZEROFILL(a) GMTL_ZEROFILL(a) |
#define | GMTL_VERSION_MAJOR_FILLED GMTL_XZEROFILL(GMTL_XZEROFILL(GMTL_VERSION_MAJOR)) |
#define | GMTL_VERSION_MINOR_FILLED GMTL_XZEROFILL(GMTL_XZEROFILL(GMTL_VERSION_MINOR)) |
#define | GMTL_VERSION_PATCH_FILLED GMTL_XZEROFILL(GMTL_XZEROFILL(GMTL_VERSION_PATCH)) |
#define | GMTL_VERSION |
The is the preprocessor-friendly version string. More... | |
#define | GMTL_VERSION_STRING |
|
|
|
|
|
|
|
Value: GMTL_XGLUE( \ GMTL_XGLUE(GMTL_VERSION_MAJOR_FILLED, GMTL_VERSION_MINOR_FILLED), \ GMTL_VERSION_PATCH_FILLED \ ) It is in the form of <major><minor><patch>. Each part has exactly 3 digits. |
|
This is the "human-readable" GMTL version _string_. It is of the form <major><minor><patch>. Each part has exactly 3 digits. |
|
|
|
|
|
|
|
|
|
|
|
Value: |
|
|
|
|
|
|
|
|
|
|