CppZmqZoltanExt 0.0.1
Loading...
Searching...
No Matches
version.h File Reference

Library version accessors. More...

#include "cppzmqzoltanext/czze_export.h"
Include dependency graph for version.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Library version accessors.

This header exposes runtime functions to query the library version.

Authors
Luan Young (luanp.nosp@m.y@gm.nosp@m.ail.c.nosp@m.om)

Distributed under the MIT License (MIT) (See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT)

Definition in file version.h.

Function Documentation

◆ version_major()

int zmqzext::version_major ( )
noexcept

Get the major version component.

Returns
Major version number

Definition at line 43 of file version.cpp.

◆ version_minor()

int zmqzext::version_minor ( )
noexcept

Get the minor version component.

Returns
Minor version number

Definition at line 47 of file version.cpp.

◆ version_patch()

int zmqzext::version_patch ( )
noexcept

Get the patch version component.

Returns
Patch version number

Definition at line 51 of file version.cpp.

◆ version_string()

const char * zmqzext::version_string ( )
noexcept

Get full version string.

Returns
Null-terminated semantic version string (for example, "0.0.1")

Definition at line 55 of file version.cpp.