![]() |
LibCarna Version 3.4.0
|
Defines the macros LIBCARNA_MAJOR_VERSION, LIBCARNA_MINOR_VERSION, LIBCARNA_PATCH_VERSION and LIBCARNA_ASSERT_API_VERSION. More...
Go to the source code of this file.
Macros | |
#define | LIBCARNA_MAJOR_VERSION 3 |
Defines the API major version number. | |
#define | LIBCARNA_MINOR_VERSION 4 |
Defines the API minor version number. | |
#define | LIBCARNA_PATCH_VERSION 0 |
Defines the API patch version number. | |
#define | LIBCARNA_ASSERT_API_VERSION(expected_major_version, expected_minor_version, expected_patch_version) |
Fails if current Carna implementation does not support the requested API version. | |
Defines the macros LIBCARNA_MAJOR_VERSION, LIBCARNA_MINOR_VERSION, LIBCARNA_PATCH_VERSION and LIBCARNA_ASSERT_API_VERSION.
misc/Version.h.in
, thus do not modify this file directly. Definition in file Version.hpp.
#define LIBCARNA_ASSERT_API_VERSION | ( | expected_major_version, | |
expected_minor_version, | |||
expected_patch_version | |||
) |
Fails if current Carna implementation does not support the requested API version.
The build only succeeds if:
Definition at line 73 of file Version.hpp.
#define LIBCARNA_MAJOR_VERSION 3 |
Defines the API major version number.
Definition at line 35 of file Version.hpp.
#define LIBCARNA_MINOR_VERSION 4 |
Defines the API minor version number.
Definition at line 46 of file Version.hpp.
#define LIBCARNA_PATCH_VERSION 0 |
Defines the API patch version number.
Definition at line 57 of file Version.hpp.
Written by Leonid Kostrykin © 2021–2025. Based on Carna (© 2010-2016).
Documentation generated by Doxygen