#include <bt_rlp_version.h>
Static Public Member Functions | |
static bool | VersionIsCompatible (unsigned long vers=BT_RLP_LIBRARY_INTERFACE_VERSION) |
Check for API compatibility. | |
static unsigned long | VersionNumber () |
Return the version number of the compiled library. | |
static const char * | VersionString () |
Return the version string of the compiled library. |
static bool BT_RLP_Library::VersionIsCompatible | ( | unsigned long | vers = BT_RLP_LIBRARY_INTERFACE_VERSION |
) | [static] |
This member function determines whether the version of the library the application linked against corresponds to the version of the library used to build the application. It does this be comparing the public interface version defined in bt_rlp_version.h with the interface version in the file when the library was built.
vers | Current interface version. You should not pass any value besides BT_RLP_LIBRARY_INTERFACE_VERSION to this function. |
static unsigned long BT_RLP_Library::VersionNumber | ( | ) | [static] |
This member function returns the version number of the library.
static const char* BT_RLP_Library::VersionString | ( | ) | [static] |
This member function returns a constant ASCII string containing the version number and compilation date of the library.
Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.