Go to the source code of this file.
◆ MSGPACK_STR
◆ MSGPACK_VERSION
◆ MSGPACK_VERSION_I
#define MSGPACK_VERSION_I |
( |
| maj, |
|
|
| min, |
|
|
| rev ) |
Value:
#define MSGPACK_STR(v)
Definition version.h:28
◆ msgpack_version()
MSGPACK_DLLEXPORT const char * msgpack_version |
( |
void | | ) |
|
◆ msgpack_version_major()
MSGPACK_DLLEXPORT int msgpack_version_major |
( |
void | | ) |
|
◆ msgpack_version_minor()
MSGPACK_DLLEXPORT int msgpack_version_minor |
( |
void | | ) |
|
◆ msgpack_version_revision()
MSGPACK_DLLEXPORT int msgpack_version_revision |
( |
void | | ) |
|