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