|
CppZmqZoltanExt 0.0.1
|
Library version accessors. More...
#include "cppzmqzoltanext/czze_export.h"

Go to the source code of this file.
Functions | |
| CZZE_EXPORT int | zmqzext::version_major () noexcept |
| Get the major version component. | |
| CZZE_EXPORT int | zmqzext::version_minor () noexcept |
| Get the minor version component. | |
| CZZE_EXPORT int | zmqzext::version_patch () noexcept |
| Get the patch version component. | |
| CZZE_EXPORT const char * | zmqzext::version_string () noexcept |
| Get full version string. | |
Library version accessors.
This header exposes runtime functions to query the library version.
Distributed under the MIT License (MIT) (See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT)
Definition in file version.h.
|
noexcept |
Get the major version component.
Definition at line 43 of file version.cpp.
|
noexcept |
Get the minor version component.
Definition at line 47 of file version.cpp.
|
noexcept |
Get the patch version component.
Definition at line 51 of file version.cpp.
|
noexcept |
Get full version string.
Definition at line 55 of file version.cpp.