#include <blpapi_versioninfo.h>
Public Member Functions | |
| VersionInfo () | |
| int | majorVersion () const |
| int | minorVersion () const |
| int | patchVersion () const |
| int | buildVersion () const |
This class provides a basic primitive version information for the BLPAPI SDK library. It provides a simple way to access the following version information as 4 integers: Major, Minor, Patch, and Build.
| blpapi::VersionInfo::VersionInfo | ( | ) |
Creates a version identifier object.
| int blpapi::VersionInfo::majorVersion | ( | ) | const |
Returns the BLPAPI SDK library version first identifier, Major, as integer.
| int blpapi::VersionInfo::minorVersion | ( | ) | const |
Returns the BLPAPI SDK library version second identifier, Minor, as integer.
| int blpapi::VersionInfo::patchVersion | ( | ) | const |
Returns the BLPAPI SDK library version third identifier, Patch, as integer.
| int blpapi::VersionInfo::buildVersion | ( | ) | const |
Returns the BLPAPI SDK library version fourth identifier, Build, as integer.
1.7.1