|
SDSL 3.0.1
Succinct Data Structure Library
|
version.hpp contains version numbers of the release. More...
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | sdsl |
| Namespace for the succinct data structure library. | |
Macros | |
| #define | SDSL_VERSION_MAJOR 3 |
| The major version as MACRO. More... | |
| #define | SDSL_VERSION_MINOR 0 |
| The minor version as MACRO. More... | |
| #define | SDSL_VERSION_PATCH 1 |
| The patch version as MACRO. More... | |
| #define | SDSL_VERSION (SDSL_VERSION_MAJOR * 10000 + SDSL_VERSION_MINOR * 100 + SDSL_VERSION_PATCH) |
| The full version as MACRO (number). More... | |
Variables | |
| constexpr uint8_t | sdsl::sdsl_version_major = SDSL_VERSION_MAJOR |
| The major version. More... | |
| constexpr uint8_t | sdsl::sdsl_version_minor = SDSL_VERSION_MINOR |
| The minor version. More... | |
| constexpr uint8_t | sdsl::sdsl_version_patch = SDSL_VERSION_PATCH |
| The patch version. More... | |
| std::string const | sdsl::sdsl_version |
The full version as std::string. More... | |
version.hpp contains version numbers of the release.
Definition in file version.hpp.
| #define SDSL_VERSION (SDSL_VERSION_MAJOR * 10000 + SDSL_VERSION_MINOR * 100 + SDSL_VERSION_PATCH) |
The full version as MACRO (number).
Definition at line 21 of file version.hpp.
| #define SDSL_VERSION_MAJOR 3 |
The major version as MACRO.
Definition at line 14 of file version.hpp.
| #define SDSL_VERSION_MINOR 0 |
The minor version as MACRO.
Definition at line 16 of file version.hpp.
| #define SDSL_VERSION_PATCH 1 |
The patch version as MACRO.
Definition at line 18 of file version.hpp.