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

Go to the source code of this file.

Macros

#define MSGPACK_PP_ENUM   MSGPACK_PP_CAT(MSGPACK_PP_ENUM_, MSGPACK_PP_AUTO_REC(MSGPACK_PP_REPEAT_P, 4))
#define MSGPACK_PP_ENUM_1(c, m, d)
#define MSGPACK_PP_ENUM_2(c, m, d)
#define MSGPACK_PP_ENUM_3(c, m, d)
#define MSGPACK_PP_ENUM_1_I(c, m, d)
#define MSGPACK_PP_ENUM_2_I(c, m, d)
#define MSGPACK_PP_ENUM_3_I(c, m, d)
#define MSGPACK_PP_ENUM_4(c, m, d)
#define MSGPACK_PP_ENUM_M_1(z, n, md)
#define MSGPACK_PP_ENUM_M_2(z, n, md)
#define MSGPACK_PP_ENUM_M_3(z, n, md)
#define MSGPACK_PP_ENUM_M_1_I(z, n, m, d)
#define MSGPACK_PP_ENUM_M_2_I(z, n, m, d)
#define MSGPACK_PP_ENUM_M_3_I(z, n, m, d)

Macro Definition Documentation

◆ MSGPACK_PP_ENUM

#define MSGPACK_PP_ENUM   MSGPACK_PP_CAT(MSGPACK_PP_ENUM_, MSGPACK_PP_AUTO_REC(MSGPACK_PP_REPEAT_P, 4))

◆ MSGPACK_PP_ENUM_1

#define MSGPACK_PP_ENUM_1 ( c,
m,
d )
Value:
#define MSGPACK_PP_ENUM_1_I(c, m, d)
Definition enum.hpp:42

◆ MSGPACK_PP_ENUM_1_I

#define MSGPACK_PP_ENUM_1_I ( c,
m,
d )
Value:
#define MSGPACK_PP_ENUM_M_1(z, n, md)
Definition enum.hpp:57
#define MSGPACK_PP_REPEAT_1(c, m, d)
Definition repeat.hpp:38

◆ MSGPACK_PP_ENUM_2

#define MSGPACK_PP_ENUM_2 ( c,
m,
d )
Value:
#define MSGPACK_PP_ENUM_2_I(c, m, d)
Definition enum.hpp:43

◆ MSGPACK_PP_ENUM_2_I

#define MSGPACK_PP_ENUM_2_I ( c,
m,
d )
Value:
#define MSGPACK_PP_ENUM_M_2(z, n, md)
Definition enum.hpp:58
#define MSGPACK_PP_REPEAT_2(c, m, d)
Definition repeat.hpp:39

◆ MSGPACK_PP_ENUM_3

#define MSGPACK_PP_ENUM_3 ( c,
m,
d )
Value:
#define MSGPACK_PP_ENUM_3_I(c, m, d)
Definition enum.hpp:44

◆ MSGPACK_PP_ENUM_3_I

#define MSGPACK_PP_ENUM_3_I ( c,
m,
d )
Value:
#define MSGPACK_PP_ENUM_M_3(z, n, md)
Definition enum.hpp:59
#define MSGPACK_PP_REPEAT_3(c, m, d)
Definition repeat.hpp:40

◆ MSGPACK_PP_ENUM_4

#define MSGPACK_PP_ENUM_4 ( c,
m,
d )
Value:
MSGPACK_PP_ERROR(0x0003)

◆ MSGPACK_PP_ENUM_M_1

#define MSGPACK_PP_ENUM_M_1 ( z,
n,
md )
Value:
#define MSGPACK_PP_ENUM_M_1_I(z, n, m, d)
Definition enum.hpp:62
#define MSGPACK_PP_TUPLE_ELEM(size, n, tuple)
Definition elem.hpp:57

◆ MSGPACK_PP_ENUM_M_1_I

#define MSGPACK_PP_ENUM_M_1_I ( z,
n,
m,
d )
Value:
MSGPACK_PP_COMMA_IF(n) m(z, n, d)
#define MSGPACK_PP_COMMA_IF(cond)
Definition comma_if.hpp:27

◆ MSGPACK_PP_ENUM_M_2

#define MSGPACK_PP_ENUM_M_2 ( z,
n,
md )
Value:
#define MSGPACK_PP_ENUM_M_2_I(z, n, m, d)
Definition enum.hpp:63

◆ MSGPACK_PP_ENUM_M_2_I

#define MSGPACK_PP_ENUM_M_2_I ( z,
n,
m,
d )
Value:
MSGPACK_PP_COMMA_IF(n) m(z, n, d)

◆ MSGPACK_PP_ENUM_M_3

#define MSGPACK_PP_ENUM_M_3 ( z,
n,
md )
Value:
#define MSGPACK_PP_ENUM_M_3_I(z, n, m, d)
Definition enum.hpp:64

◆ MSGPACK_PP_ENUM_M_3_I

#define MSGPACK_PP_ENUM_M_3_I ( z,
n,
m,
d )
Value:
MSGPACK_PP_COMMA_IF(n) m(z, n, d)