29 #define OPENPMDAPI_VERSION_MAJOR 0 30 #define OPENPMDAPI_VERSION_MINOR 11 31 #define OPENPMDAPI_VERSION_PATCH 1 32 #define OPENPMDAPI_VERSION_LABEL "alpha" 38 #define OPENPMD_STANDARD_MAJOR 1 39 #define OPENPMD_STANDARD_MINOR 1 40 #define OPENPMD_STANDARD_PATCH 0 46 #define OPENPMD_STANDARD_MIN_MAJOR 1 47 #define OPENPMD_STANDARD_MIN_MINOR 0 48 #define OPENPMD_STANDARD_MIN_PATCH 0 79 std::map< std::string, bool >
std::string getStandardMinimum()
Return the minimum supported version of the openPMD standard (read, run-time)
Definition: version.cpp:52
std::string getVersion()
Return the version of the openPMD-api library (run-time)
Definition: version.cpp:28
Public definitions of openPMD-api.
Definition: Date.cpp:28
std::map< std::string, bool > getVariants()
Return the feature variants of the openPMD-api library (run-time)
Definition: config.cpp:29
std::string getStandard()
Return the maximum supported version of the openPMD standard (read & write, run-time) ...
Definition: version.cpp:41