Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
Describe the cuts API version. More...
#include <string>
Go to the source code of this file.
Classes | |
struct | cuts::version |
Describe the cuts API version and features. More... | |
Namespaces | |
cuts | |
Top-level namespace of the Bayeux/cuts module library. | |
Macros | |
#define | CUTS_VERSION_MAJOR 6 |
Major version number of cuts. More... | |
#define | CUTS_VERSION_MINOR 2 |
Minor version number of cuts. More... | |
#define | CUTS_VERSION_PATCH 0 |
Patch version number of cuts. More... | |
#define | CUTS_ENCODE_VERSION(major, minor, patch) |
Encode cuts to ordered integer available at compile time. More... | |
#define | CUTS_VERSION |
Integer encoded cuts version available at compile time. More... | |
#define | CUTS_LIB_VERSION "6.2." |
String encoded full version number, e.g. "1.2.3", available at compile time. More... | |
#define | CUTS_IS_AT_LEAST(major, minor, patch) |
Check current version >= (major, minor, patch) at compile time. More... | |
Describe the cuts API version.
Querying the version of cuts is needed at both compile and runtime by clients so that they may adjust their usage.
#define CUTS_ENCODE_VERSION | ( | major, | |
minor, | |||
patch | |||
) |
Encode cuts to ordered integer available at compile time.
#define CUTS_IS_AT_LEAST | ( | major, | |
minor, | |||
patch | |||
) |
Check current version >= (major, minor, patch) at compile time.
#define CUTS_LIB_VERSION "6.2." |
String encoded full version number, e.g. "1.2.3", available at compile time.
#define CUTS_VERSION |
Integer encoded cuts version available at compile time.
#define CUTS_VERSION_MAJOR 6 |
Major version number of cuts.
#define CUTS_VERSION_MINOR 2 |
Minor version number of cuts.
#define CUTS_VERSION_PATCH 0 |
Patch version number of cuts.