Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Go to the source code of this file.
#define __TBB_DATETIME __DATE__ __TIME__ |
Definition at line 41 of file tbb_version.h.
#define __TBB_INTERFACE_VERSION_NUMBER | ( | N | ) | #N ": INTERFACE VERSION\t" __TBB_STRING(TBB_INTERFACE_VERSION) ENDL |
Definition at line 46 of file tbb_version.h.
#define __TBB_VERSION_DATETIME | ( | N | ) | #N ": BUILD_DATE\t\t" __TBB_DATETIME ENDL |
Definition at line 48 of file tbb_version.h.
#define __TBB_VERSION_DO_NOTIFY | ( | N | ) | #N ": DO_ITT_NOTIFY\tundefined" ENDL |
Definition at line 93 of file tbb_version.h.
#define __TBB_VERSION_NUMBER | ( | N | ) | #N ": VERSION\t\t" __TBB_STRING(TBB_VERSION_MAJOR.TBB_VERSION_MINOR) ENDL |
Definition at line 45 of file tbb_version.h.
#define __TBB_VERSION_STRINGS |
Definition at line 29 of file tbb_version.h.
#define __TBB_VERSION_TBB_PREVIEW_BINARY | ( | N | ) |
Definition at line 84 of file tbb_version.h.
#define __TBB_VERSION_USE_ASSERT | ( | N | ) | #N ": TBB_USE_ASSERT\tundefined" ENDL |
Definition at line 71 of file tbb_version.h.
#define __TBB_VERSION_USE_DEBUG | ( | N | ) | #N ": TBB_USE_DEBUG\tundefined" ENDL |
Definition at line 50 of file tbb_version.h.
#define __TBB_VERSION_YMD 0, 0 |
Definition at line 110 of file tbb_version.h.
#define ENDL "\n" |
Definition at line 22 of file tbb_version.h.
#define TBB_VERNUMBERS TBB_VERSION_MAJOR, TBB_VERSION_MINOR, __TBB_VERSION_YMD |
Definition at line 113 of file tbb_version.h.
#define TBB_VERSION __TBB_STRING(TBB_VERNUMBERS) |
Definition at line 115 of file tbb_version.h.
#define TBB_VERSION_STRINGS TBB_VERSION_STRINGS_P(TBB) |
Definition at line 105 of file tbb_version.h.
#define TBB_VERSION_STRINGS_P | ( | N | ) | __TBB_VERSION_NUMBER(N) __TBB_INTERFACE_VERSION_NUMBER(N) __TBB_VERSION_DATETIME(N) __TBB_VERSION_STRINGS(N) __TBB_VERSION_USE_DEBUG(N) __TBB_VERSION_USE_ASSERT(N) __TBB_VERSION_TBB_PREVIEW_BINARY(N) __TBB_VERSION_DO_NOTIFY(N) |
Definition at line 103 of file tbb_version.h.
#define TBBMALLOC_VERSION_STRINGS TBB_VERSION_STRINGS_P(TBBmalloc) |
Definition at line 106 of file tbb_version.h.