Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
Describe the dpp API version. More...
#include <string>
Go to the source code of this file.
Classes | |
struct | dpp::version |
Describe the dpp API version and features. More... | |
Namespaces | |
dpp | |
Top-level namespace of the Bayeux/dpp module library. | |
Macros | |
#define | DPP_VERSION_MAJOR 3 |
Major version number of dpp. More... | |
#define | DPP_VERSION_MINOR 2 |
Minor version number of dpp. More... | |
#define | DPP_VERSION_PATCH 0 |
Patch version number of dpp. More... | |
#define | DPP_ENCODE_VERSION(major_, minor_, patch_) |
Encode dpp to ordered integer available at compile time. More... | |
#define | DPP_VERSION |
Integer encoded dpp version available at compile time. More... | |
#define | DPP_LIB_VERSION "3.2.0" |
String encoded full version number, e.g. "1.2.3", available at compile time. More... | |
#define | DPP_IS_AT_LEAST(major, minor, patch) |
Check current version >= (major, minor, patch) at compile time. More... | |
Describe the dpp API version.
Querying the version of dpp is needed at both compile and runtime by clients so that they may adjust their usage.
#define DPP_ENCODE_VERSION | ( | major_, | |
minor_, | |||
patch_ | |||
) |
Encode dpp to ordered integer available at compile time.
#define DPP_IS_AT_LEAST | ( | major, | |
minor, | |||
patch | |||
) |
Check current version >= (major, minor, patch) at compile time.
#define DPP_LIB_VERSION "3.2.0" |
String encoded full version number, e.g. "1.2.3", available at compile time.
#define DPP_VERSION |
Integer encoded dpp version available at compile time.
#define DPP_VERSION_MAJOR 3 |
Major version number of dpp.
#define DPP_VERSION_MINOR 2 |
Minor version number of dpp.
#define DPP_VERSION_PATCH 0 |
Patch version number of dpp.