MessagePack for C++
Loading...
Searching...
No Matches
version.hpp File Reference
#include "version_master.hpp"
Include dependency graph for version.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MSGPACK_STR(v)
#define MSGPACK_VERSION_I(maj, min, rev)
#define MSGPACK_VERSION   MSGPACK_VERSION_I(MSGPACK_VERSION_MAJOR, MSGPACK_VERSION_MINOR, MSGPACK_VERSION_REVISION)

Functions

const char * msgpack_version (void)
int msgpack_version_major (void)
int msgpack_version_minor (void)
int msgpack_version_revision (void)

Macro Definition Documentation

◆ MSGPACK_STR

#define MSGPACK_STR ( v)
Value:
#v

◆ MSGPACK_VERSION

◆ MSGPACK_VERSION_I

#define MSGPACK_VERSION_I ( maj,
min,
rev )
Value:
MSGPACK_STR(maj) "." MSGPACK_STR(min) "." MSGPACK_STR(rev)
#define MSGPACK_STR(v)
Definition version.hpp:15

Function Documentation

◆ msgpack_version()

const char * msgpack_version ( void )
inline

References MSGPACK_VERSION.

◆ msgpack_version_major()

int msgpack_version_major ( void )
inline

References MSGPACK_VERSION_MAJOR.

◆ msgpack_version_minor()

int msgpack_version_minor ( void )
inline

References MSGPACK_VERSION_MINOR.

◆ msgpack_version_revision()

int msgpack_version_revision ( void )
inline