BLPAPI C++
3.23.2
|
Provide BLPAPI SDK library version information. More...
#include <blpapi_call.h>
#include <blpapi_defs.h>
#include <blpapi_versionmacros.h>
#include <ostream>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | VersionInfo |
Namespaces | |
BloombergLP | |
BloombergLP::blpapi | |
Functions | |
void | blpapi_getVersionInfo (int *majorVersion, int *minorVersion, int *patchVersion, int *buildVersion) |
const char * | blpapi_getVersionIdentifier (void) |
std::ostream & | operator<< (std::ostream &stream, const VersionInfo &rhs) |
Provide BLPAPI SDK library version information.
const char* blpapi_getVersionIdentifier | ( | void | ) |
Return a null-terminated sequence of printable ascii characters (with values from 0x20 to 0x7e, inclusive) identifying the version of the blpapi runtime library. The lifetime of the returned string is guaranteed until the end of main()
(but is not necessarily usable during the C++ static destruction phase).
void blpapi_getVersionInfo | ( | int * | majorVersion, |
int * | minorVersion, | ||
int * | patchVersion, | ||
int * | buildVersion | ||
) |
Initialize the 4 parameters with the current release version information which include the following version parts: Major, Minor, Patch, and Build.