Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
CppRuntimeVersion.h File Reference

Go to the source code of this file.

Macros

#define CPP_EXTENSION_RUNTIME_VERSION_NUMBER   1000002
 

Variables

constexpr const char * CPP_EXTENSION_RUNTIME_VERSION_STRING = "1.0.2"
 

Macro Definition Documentation

◆ CPP_EXTENSION_RUNTIME_VERSION_NUMBER

#define CPP_EXTENSION_RUNTIME_VERSION_NUMBER   1000002

C++ extension runtime version in integer value to allow version checking in generated code.

Definition at line 8 of file CppRuntimeVersion.h.

Variable Documentation

◆ CPP_EXTENSION_RUNTIME_VERSION_STRING

constexpr const char* CPP_EXTENSION_RUNTIME_VERSION_STRING = "1.0.2"
constexpr

C++ extension runtime version string.

Definition at line 5 of file CppRuntimeVersion.h.