MessagePack for C++
|
#include <msgpack/preprocessor/arithmetic/dec.hpp>
#include <msgpack/preprocessor/config/config.hpp>
#include <msgpack/preprocessor/control/while.hpp>
#include <msgpack/preprocessor/tuple/elem.hpp>
Go to the source code of this file.
Macros | |
#define | MSGPACK_PP_SUB(x, y) MSGPACK_PP_SUB_I(x, y) |
#define | MSGPACK_PP_SUB_I(x, y) MSGPACK_PP_TUPLE_ELEM(2, 0, MSGPACK_PP_WHILE(MSGPACK_PP_SUB_P, MSGPACK_PP_SUB_O, (x, y))) |
#define | MSGPACK_PP_SUB_P(d, xy) MSGPACK_PP_TUPLE_ELEM(2, 1, xy) |
#define | MSGPACK_PP_SUB_O(d, xy) MSGPACK_PP_SUB_O_I(MSGPACK_PP_TUPLE_ELEM(2, 0, xy), MSGPACK_PP_TUPLE_ELEM(2, 1, xy)) |
#define | MSGPACK_PP_SUB_O_I(x, y) (MSGPACK_PP_DEC(x), MSGPACK_PP_DEC(y)) |
#define | MSGPACK_PP_SUB_D(d, x, y) MSGPACK_PP_SUB_D_I(d, x, y) |
#define | MSGPACK_PP_SUB_D_I(d, x, y) MSGPACK_PP_TUPLE_ELEM(2, 0, MSGPACK_PP_WHILE_ ## d(MSGPACK_PP_SUB_P, MSGPACK_PP_SUB_O, (x, y))) |
#define MSGPACK_PP_SUB | ( | x, | |
y | |||
) | MSGPACK_PP_SUB_I(x, y) |
#define MSGPACK_PP_SUB_D | ( | d, | |
x, | |||
y | |||
) | MSGPACK_PP_SUB_D_I(d, x, y) |
#define MSGPACK_PP_SUB_D_I | ( | d, | |
x, | |||
y | |||
) | MSGPACK_PP_TUPLE_ELEM(2, 0, MSGPACK_PP_WHILE_ ## d(MSGPACK_PP_SUB_P, MSGPACK_PP_SUB_O, (x, y))) |
#define MSGPACK_PP_SUB_I | ( | x, | |
y | |||
) | MSGPACK_PP_TUPLE_ELEM(2, 0, MSGPACK_PP_WHILE(MSGPACK_PP_SUB_P, MSGPACK_PP_SUB_O, (x, y))) |
#define MSGPACK_PP_SUB_O | ( | d, | |
xy | |||
) | MSGPACK_PP_SUB_O_I(MSGPACK_PP_TUPLE_ELEM(2, 0, xy), MSGPACK_PP_TUPLE_ELEM(2, 1, xy)) |
#define MSGPACK_PP_SUB_O_I | ( | x, | |
y | |||
) | (MSGPACK_PP_DEC(x), MSGPACK_PP_DEC(y)) |
#define MSGPACK_PP_SUB_P | ( | d, | |
xy | |||
) | MSGPACK_PP_TUPLE_ELEM(2, 1, xy) |