ROOT  6.06/09
Reference Guide
Namespaces | Macros | Functions
version.h File Reference
+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define VC_LIBRARY_ABI_VERSION   3

Definition at line 26 of file version.h.

#define VC_VERSION_CHECK (   major,
  minor,
  patch 
)    ((major << 16) | (minor << 8) | (patch << 1))

Definition at line 25 of file version.h.

#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().