Classes | Namespaces | Functions

blpapi_versioninfo.h File Reference

Provide BLPAPI SDK library version information. More...

Go to the source code of this file.

Classes

class  blpapi::VersionInfo

Namespaces

namespace  blpapi

Functions

BLPAPI_EXPORT void blpapi_getVersionInfo (int *majorVersion, int *minorVersion, int *patchVersion, int *buildVersion)
BLPAPI_EXPORT const char * blpapi_getVersionIdentifier (void)
std::ostream & blpapi::operator<< (std::ostream &stream, const VersionInfo &rhs)

Detailed Description

Provide BLPAPI SDK library version information.


Function Documentation

BLPAPI_EXPORT 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.

BLPAPI_EXPORT 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).