MessagePack for C++
Loading...
Searching...
No Matches
def.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MSGPACK_PP_SLOT_OFFSET_10(x)
#define MSGPACK_PP_SLOT_OFFSET_9(x)
#define MSGPACK_PP_SLOT_OFFSET_8(x)
#define MSGPACK_PP_SLOT_OFFSET_7(x)
#define MSGPACK_PP_SLOT_OFFSET_6(x)
#define MSGPACK_PP_SLOT_OFFSET_5(x)
#define MSGPACK_PP_SLOT_OFFSET_4(x)
#define MSGPACK_PP_SLOT_OFFSET_3(x)
#define MSGPACK_PP_SLOT_OFFSET_2(x)
#define MSGPACK_PP_SLOT_CC_2(a, b)
#define MSGPACK_PP_SLOT_CC_3(a, b, c)
#define MSGPACK_PP_SLOT_CC_4(a, b, c, d)
#define MSGPACK_PP_SLOT_CC_5(a, b, c, d, e)
#define MSGPACK_PP_SLOT_CC_6(a, b, c, d, e, f)
#define MSGPACK_PP_SLOT_CC_7(a, b, c, d, e, f, g)
#define MSGPACK_PP_SLOT_CC_8(a, b, c, d, e, f, g, h)
#define MSGPACK_PP_SLOT_CC_9(a, b, c, d, e, f, g, h, i)
#define MSGPACK_PP_SLOT_CC_10(a, b, c, d, e, f, g, h, i, j)
#define MSGPACK_PP_SLOT_CC_2_D(a, b)
#define MSGPACK_PP_SLOT_CC_3_D(a, b, c)
#define MSGPACK_PP_SLOT_CC_4_D(a, b, c, d)
#define MSGPACK_PP_SLOT_CC_5_D(a, b, c, d, e)
#define MSGPACK_PP_SLOT_CC_6_D(a, b, c, d, e, f)
#define MSGPACK_PP_SLOT_CC_7_D(a, b, c, d, e, f, g)
#define MSGPACK_PP_SLOT_CC_8_D(a, b, c, d, e, f, g, h)
#define MSGPACK_PP_SLOT_CC_9_D(a, b, c, d, e, f, g, h, i)
#define MSGPACK_PP_SLOT_CC_10_D(a, b, c, d, e, f, g, h, i, j)

Macro Definition Documentation

◆ MSGPACK_PP_SLOT_CC_10

#define MSGPACK_PP_SLOT_CC_10 ( a,
b,
c,
d,
e,
f,
g,
h,
i,
j )
Value:
MSGPACK_PP_SLOT_CC_10_D(a, b, c, d, e, f, g, h, i, j)
#define MSGPACK_PP_SLOT_CC_10_D(a, b, c, d, e, f, g, h, i, j)
Definition def.hpp:47

◆ MSGPACK_PP_SLOT_CC_10_D

#define MSGPACK_PP_SLOT_CC_10_D ( a,
b,
c,
d,
e,
f,
g,
h,
i,
j )
Value:
a ## b ## c ## d ## e ## f ## g ## h ## i ## j

◆ MSGPACK_PP_SLOT_CC_2

#define MSGPACK_PP_SLOT_CC_2 ( a,
b )
Value:
#define MSGPACK_PP_SLOT_CC_2_D(a, b)
Definition def.hpp:39

◆ MSGPACK_PP_SLOT_CC_2_D

#define MSGPACK_PP_SLOT_CC_2_D ( a,
b )
Value:
a ## b

◆ MSGPACK_PP_SLOT_CC_3

#define MSGPACK_PP_SLOT_CC_3 ( a,
b,
c )
Value:
#define MSGPACK_PP_SLOT_CC_3_D(a, b, c)
Definition def.hpp:40

◆ MSGPACK_PP_SLOT_CC_3_D

#define MSGPACK_PP_SLOT_CC_3_D ( a,
b,
c )
Value:
a ## b ## c

◆ MSGPACK_PP_SLOT_CC_4

#define MSGPACK_PP_SLOT_CC_4 ( a,
b,
c,
d )
Value:
#define MSGPACK_PP_SLOT_CC_4_D(a, b, c, d)
Definition def.hpp:41

◆ MSGPACK_PP_SLOT_CC_4_D

#define MSGPACK_PP_SLOT_CC_4_D ( a,
b,
c,
d )
Value:
a ## b ## c ## d

◆ MSGPACK_PP_SLOT_CC_5

#define MSGPACK_PP_SLOT_CC_5 ( a,
b,
c,
d,
e )
Value:
MSGPACK_PP_SLOT_CC_5_D(a, b, c, d, e)
#define MSGPACK_PP_SLOT_CC_5_D(a, b, c, d, e)
Definition def.hpp:42

◆ MSGPACK_PP_SLOT_CC_5_D

#define MSGPACK_PP_SLOT_CC_5_D ( a,
b,
c,
d,
e )
Value:
a ## b ## c ## d ## e

◆ MSGPACK_PP_SLOT_CC_6

#define MSGPACK_PP_SLOT_CC_6 ( a,
b,
c,
d,
e,
f )
Value:
MSGPACK_PP_SLOT_CC_6_D(a, b, c, d, e, f)
#define MSGPACK_PP_SLOT_CC_6_D(a, b, c, d, e, f)
Definition def.hpp:43

◆ MSGPACK_PP_SLOT_CC_6_D

#define MSGPACK_PP_SLOT_CC_6_D ( a,
b,
c,
d,
e,
f )
Value:
a ## b ## c ## d ## e ## f

◆ MSGPACK_PP_SLOT_CC_7

#define MSGPACK_PP_SLOT_CC_7 ( a,
b,
c,
d,
e,
f,
g )
Value:
MSGPACK_PP_SLOT_CC_7_D(a, b, c, d, e, f, g)
#define MSGPACK_PP_SLOT_CC_7_D(a, b, c, d, e, f, g)
Definition def.hpp:44

◆ MSGPACK_PP_SLOT_CC_7_D

#define MSGPACK_PP_SLOT_CC_7_D ( a,
b,
c,
d,
e,
f,
g )
Value:
a ## b ## c ## d ## e ## f ## g

◆ MSGPACK_PP_SLOT_CC_8

#define MSGPACK_PP_SLOT_CC_8 ( a,
b,
c,
d,
e,
f,
g,
h )
Value:
MSGPACK_PP_SLOT_CC_8_D(a, b, c, d, e, f, g, h)
#define MSGPACK_PP_SLOT_CC_8_D(a, b, c, d, e, f, g, h)
Definition def.hpp:45

◆ MSGPACK_PP_SLOT_CC_8_D

#define MSGPACK_PP_SLOT_CC_8_D ( a,
b,
c,
d,
e,
f,
g,
h )
Value:
a ## b ## c ## d ## e ## f ## g ## h

◆ MSGPACK_PP_SLOT_CC_9

#define MSGPACK_PP_SLOT_CC_9 ( a,
b,
c,
d,
e,
f,
g,
h,
i )
Value:
MSGPACK_PP_SLOT_CC_9_D(a, b, c, d, e, f, g, h, i)
#define MSGPACK_PP_SLOT_CC_9_D(a, b, c, d, e, f, g, h, i)
Definition def.hpp:46

◆ MSGPACK_PP_SLOT_CC_9_D

#define MSGPACK_PP_SLOT_CC_9_D ( a,
b,
c,
d,
e,
f,
g,
h,
i )
Value:
a ## b ## c ## d ## e ## f ## g ## h ## i

◆ MSGPACK_PP_SLOT_OFFSET_10

#define MSGPACK_PP_SLOT_OFFSET_10 ( x)
Value:
(x) % 1000000000UL

◆ MSGPACK_PP_SLOT_OFFSET_2

#define MSGPACK_PP_SLOT_OFFSET_2 ( x)
Value:
#define MSGPACK_PP_SLOT_OFFSET_3(x)
Definition def.hpp:24

◆ MSGPACK_PP_SLOT_OFFSET_3

#define MSGPACK_PP_SLOT_OFFSET_3 ( x)
Value:
#define MSGPACK_PP_SLOT_OFFSET_4(x)
Definition def.hpp:23

◆ MSGPACK_PP_SLOT_OFFSET_4

#define MSGPACK_PP_SLOT_OFFSET_4 ( x)
Value:
#define MSGPACK_PP_SLOT_OFFSET_5(x)
Definition def.hpp:22

◆ MSGPACK_PP_SLOT_OFFSET_5

#define MSGPACK_PP_SLOT_OFFSET_5 ( x)
Value:
#define MSGPACK_PP_SLOT_OFFSET_6(x)
Definition def.hpp:21

◆ MSGPACK_PP_SLOT_OFFSET_6

#define MSGPACK_PP_SLOT_OFFSET_6 ( x)
Value:
#define MSGPACK_PP_SLOT_OFFSET_7(x)
Definition def.hpp:20

◆ MSGPACK_PP_SLOT_OFFSET_7

#define MSGPACK_PP_SLOT_OFFSET_7 ( x)
Value:
#define MSGPACK_PP_SLOT_OFFSET_8(x)
Definition def.hpp:19

◆ MSGPACK_PP_SLOT_OFFSET_8

#define MSGPACK_PP_SLOT_OFFSET_8 ( x)
Value:
MSGPACK_PP_SLOT_OFFSET_9(x) % 10000000UL
#define MSGPACK_PP_SLOT_OFFSET_9(x)
Definition def.hpp:18

◆ MSGPACK_PP_SLOT_OFFSET_9

#define MSGPACK_PP_SLOT_OFFSET_9 ( x)
Value:
MSGPACK_PP_SLOT_OFFSET_10(x) % 100000000UL
#define MSGPACK_PP_SLOT_OFFSET_10(x)
Definition def.hpp:17