BLPAPI C++ 3.26.6
Loading...
Searching...
No Matches
blpapi_versionmacros.h File Reference

Go to the source code of this file.

Macros

#define BLPAPI_VERSION_MAJOR   3
 BLPAPI SDK major version number.
#define BLPAPI_VERSION_MINOR   26
 BLPAPI SDK minor version number.
#define BLPAPI_VERSION_PATCH   6
 BLPAPI SDK patch version number.
#define BLPAPI_VERSION_BUILD   128
 BLPAPI SDK build version number.
#define BLPAPI_MAKE_VERSION(MAJOR, MINOR, PATCH)
 Combine MAJOR, MINOR, and PATCH into a single integer for compile time version comparisons.
#define BLPAPI_SDK_VERSION
 Integer encoding the version of the BLPAPI headers used at compile time.
#define BLPAPI_STR2(a)
 Helper macro — stringifies its argument without expansion.
#define BLPAPI_STR(a)
 Helper macro — stringifies its argument after macro expansion.
#define BLPAPI_SDK_VERSION_STRING
 C-string encoding the version of the BLPAPI headers used at compile time in "MAJOR.MINOR.PATCH.BUILD" format.

Detailed Description

Provide preprocessor macros for BLPAPI library version information.