MessagePack for C++
Macros
config.hpp File Reference

Go to the source code of this file.

Macros

#define MSGPACK_PP_CONFIG_STRICT()   0x0001
 
#define MSGPACK_PP_CONFIG_IDEAL()   0x0002
 
#define MSGPACK_PP_CONFIG_MSVC()   0x0004
 
#define MSGPACK_PP_CONFIG_MWCC()   0x0008
 
#define MSGPACK_PP_CONFIG_BCC()   0x0010
 
#define MSGPACK_PP_CONFIG_EDG()   0x0020
 
#define MSGPACK_PP_CONFIG_DMC()   0x0040
 
#define MSGPACK_PP_CONFIG_FLAGS()   (MSGPACK_PP_CONFIG_STRICT())
 
#define MSGPACK_PP_CONFIG_EXTENDED_LINE_INFO   0
 
#define MSGPACK_PP_CONFIG_ERRORS   1
 
#define MSGPACK_PP_VARIADICS   0
 

Macro Definition Documentation

#define MSGPACK_PP_CONFIG_BCC ( )    0x0010
#define MSGPACK_PP_CONFIG_DMC ( )    0x0040
#define MSGPACK_PP_CONFIG_EDG ( )    0x0020
#define MSGPACK_PP_CONFIG_ERRORS   1
#define MSGPACK_PP_CONFIG_EXTENDED_LINE_INFO   0
#define MSGPACK_PP_CONFIG_FLAGS ( )    (MSGPACK_PP_CONFIG_STRICT())
#define MSGPACK_PP_CONFIG_IDEAL ( )    0x0002
#define MSGPACK_PP_CONFIG_MSVC ( )    0x0004
#define MSGPACK_PP_CONFIG_MWCC ( )    0x0008
#define MSGPACK_PP_CONFIG_STRICT ( )    0x0001
#define MSGPACK_PP_VARIADICS   0