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