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