|
BLPAPI C++
3.25.1
|
Provide preprocessor macros for BLPAPI library version information. More...
Go to the source code of this file.
Macros | |
| #define | BLPAPI_VERSION_MAJOR 3 |
| #define | BLPAPI_VERSION_MINOR 25 |
| #define | BLPAPI_VERSION_PATCH 1 |
| #define | BLPAPI_VERSION_BUILD 128 |
| #define | BLPAPI_MAKE_VERSION(MAJOR, MINOR, PATCH) ((MAJOR) * 65536 + (MINOR) * 256 + (PATCH)) |
| #define | BLPAPI_SDK_VERSION |
| #define | BLPAPI_STR2(a) #a |
| #define | BLPAPI_STR(a) BLPAPI_STR2(a) |
| #define | BLPAPI_SDK_VERSION_STRING |
Provide preprocessor macros for BLPAPI library version information.
| #define BLPAPI_MAKE_VERSION | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) | ((MAJOR) * 65536 + (MINOR) * 256 + (PATCH)) |
| #define BLPAPI_SDK_VERSION |
| #define BLPAPI_SDK_VERSION_STRING |
| #define BLPAPI_STR | ( | a | ) | BLPAPI_STR2(a) |
| #define BLPAPI_STR2 | ( | a | ) | #a |
| #define BLPAPI_VERSION_BUILD 128 |
| #define BLPAPI_VERSION_MAJOR 3 |
| #define BLPAPI_VERSION_MINOR 25 |
| #define BLPAPI_VERSION_PATCH 1 |