Stxxl
1.4.0
|
#include <stxxl/bits/version.h>
Go to the source code of this file.
Namespaces | |
namespace | stxxl |
| |
Defines | |
#define | stringify_(x) #x |
#define | stringify(x) stringify_(x) |
#define | STXXL_VERSION_STRING_MA_MI_PL stringify(STXXL_VERSION_MAJOR) "." stringify(STXXL_VERSION_MINOR) "." stringify(STXXL_VERSION_PATCHLEVEL) |
Functions | |
int | stxxl::version_major () |
int | stxxl::version_minor () |
int | stxxl::version_patchlevel () |
const char * | stxxl::get_version_string () |
#define stringify | ( | x | ) | stringify_(x) |
Definition at line 20 of file version.cpp.
#define stringify_ | ( | x | ) | #x |
Definition at line 19 of file version.cpp.
#define STXXL_VERSION_STRING_MA_MI_PL stringify(STXXL_VERSION_MAJOR) "." stringify(STXXL_VERSION_MINOR) "." stringify(STXXL_VERSION_PATCHLEVEL) |
Definition at line 21 of file version.cpp.
Referenced by stxxl::get_version_string().