MessagePack for C++
Macros | Functions
version.hpp File Reference
#include "version_master.h"

Go to the source code of this file.

Macros

#define MSGPACK_STR(v)   #v
 
#define MSGPACK_VERSION_I(maj, min, rev)   MSGPACK_STR(maj) "." MSGPACK_STR(min) "." MSGPACK_STR(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

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

Referenced by msgpack_version().

#define MSGPACK_VERSION_I (   maj,
  min,
  rev 
)    MSGPACK_STR(maj) "." MSGPACK_STR(min) "." MSGPACK_STR(rev)

Function Documentation

const char* msgpack_version ( void  )
inline

References MSGPACK_VERSION.

int msgpack_version_major ( void  )
inline
int msgpack_version_minor ( void  )
inline
int msgpack_version_revision ( void  )
inline