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

Go to the source code of this file.

Macros

#define MSGPACK_PP_ARRAY_INSERT(array, i, elem)
#define MSGPACK_PP_ARRAY_INSERT_I(d, array, i, elem)
#define MSGPACK_PP_ARRAY_INSERT_D(d, array, i, elem)
#define MSGPACK_PP_ARRAY_INSERT_D_I(d, array, i, elem)
#define MSGPACK_PP_ARRAY_INSERT_P(d, state)
#define MSGPACK_PP_ARRAY_INSERT_P_I(_i, _ii, _iii, res, arr)
#define MSGPACK_PP_ARRAY_INSERT_O(d, state)
#define MSGPACK_PP_ARRAY_INSERT_O_I(n, i, elem, res, arr)

Macro Definition Documentation

◆ MSGPACK_PP_ARRAY_INSERT

#define MSGPACK_PP_ARRAY_INSERT ( array,
i,
elem )
Value:
#define MSGPACK_PP_ARRAY_INSERT_I(d, array, i, elem)
Definition insert.hpp:28
#define MSGPACK_PP_DEDUCE_D()
Definition deduce_d.hpp:20

◆ MSGPACK_PP_ARRAY_INSERT_D

#define MSGPACK_PP_ARRAY_INSERT_D ( d,
array,
i,
elem )
Value:
MSGPACK_PP_ARRAY_INSERT_D_I(d, array, i, elem)
#define MSGPACK_PP_ARRAY_INSERT_D_I(d, array, i, elem)
Definition insert.hpp:36

◆ MSGPACK_PP_ARRAY_INSERT_D_I

#define MSGPACK_PP_ARRAY_INSERT_D_I ( d,
array,
i,
elem )
Value:
MSGPACK_PP_TUPLE_ELEM(5, 3, MSGPACK_PP_WHILE_ ## d(MSGPACK_PP_ARRAY_INSERT_P, MSGPACK_PP_ARRAY_INSERT_O, (0, i, elem, (0, ()), array)))
#define MSGPACK_PP_ARRAY_INSERT_P(d, state)
Definition insert.hpp:42
#define MSGPACK_PP_ARRAY_INSERT_O(d, state)
Definition insert.hpp:50
#define MSGPACK_PP_TUPLE_ELEM(size, n, tuple)
Definition elem.hpp:57

◆ MSGPACK_PP_ARRAY_INSERT_I

#define MSGPACK_PP_ARRAY_INSERT_I ( d,
array,
i,
elem )
Value:
MSGPACK_PP_ARRAY_INSERT_D(d, array, i, elem)
#define MSGPACK_PP_ARRAY_INSERT_D(d, array, i, elem)
Definition insert.hpp:35

◆ MSGPACK_PP_ARRAY_INSERT_O

#define MSGPACK_PP_ARRAY_INSERT_O ( d,
state )
Value:
#define MSGPACK_PP_ARRAY_INSERT_O_I(n, i, elem, res, arr)
Definition insert.hpp:53

◆ MSGPACK_PP_ARRAY_INSERT_O_I

#define MSGPACK_PP_ARRAY_INSERT_O_I ( n,
i,
elem,
res,
arr )
Value:
#define MSGPACK_PP_INC(x)
Definition inc.hpp:24
#define MSGPACK_PP_ARRAY_ELEM(i, array)
Definition elem.hpp:25
#define MSGPACK_PP_ARRAY_PUSH_BACK(array, elem)
Definition push_back.hpp:29
#define MSGPACK_PP_ARRAY_SIZE(array)
Definition size.hpp:23
#define MSGPACK_PP_IIF(bit, t, f)
Definition iif.hpp:20
#define MSGPACK_PP_NOT_EQUAL(x, y)
Definition not_equal.hpp:26

◆ MSGPACK_PP_ARRAY_INSERT_P

#define MSGPACK_PP_ARRAY_INSERT_P ( d,
state )
Value:
#define MSGPACK_PP_ARRAY_INSERT_P_I(_i, _ii, _iii, res, arr)
Definition insert.hpp:45

◆ MSGPACK_PP_ARRAY_INSERT_P_I

#define MSGPACK_PP_ARRAY_INSERT_P_I ( _i,
_ii,
_iii,
res,
arr )