ROOT
6.07/01
Reference Guide
|
Go to the source code of this file.
Namespaces | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::Vc | |
Macros | |
#define | VC_VERSION_STRING "0.7.4" |
#define | VC_VERSION_NUMBER 0x000708 |
#define | VC_VERSION_CHECK(major, minor, patch) ((major << 16) | (minor << 8) | (patch << 1)) |
#define | VC_LIBRARY_ABI_VERSION 3 |
Functions | |
static const char * | ROOT::Vc::versionString () |
static unsigned int | ROOT::Vc::versionNumber () |
void | ROOT::Vc::checkLibraryAbi (unsigned int compileTimeAbi, unsigned int versionNumber, const char *versionString) |
#define VC_VERSION_CHECK | ( | major, | |
minor, | |||
patch | |||
) | ((major << 16) | (minor << 8) | (patch << 1)) |
#define VC_VERSION_NUMBER 0x000708 |
Definition at line 24 of file version.h.
Referenced by ROOT::Vc::versionNumber().
#define VC_VERSION_STRING "0.7.4" |
Definition at line 23 of file version.h.
Referenced by ROOT::Vc::versionString().