Macros | |
#define | BOOST_TYPEOF_DECODE_PARAM(z, n, text) |
#define | BOOST_TYPEOF_DECODE_PARAMS(n) BOOST_PP_REPEAT(n, BOOST_TYPEOF_DECODE_PARAM, ~) |
#define | BOOST_TYPEOF_ENCODE_PARAMS_BEGIN(z, n, text) typename boost::type_of::encode_type< |
#define | BOOST_TYPEOF_ENCODE_PARAMS_END(z, n, text) , BOOST_PP_CAT(P, n)>::type |
#define | BOOST_TYPEOF_ENCODE_PARAMS(n, ID) |
#define BOOST_TYPEOF_DECODE_PARAM | ( | z, | |
n, | |||
text | |||
) |
#define BOOST_TYPEOF_DECODE_PARAMS | ( | n | ) | BOOST_PP_REPEAT(n, BOOST_TYPEOF_DECODE_PARAM, ~) |
#define BOOST_TYPEOF_ENCODE_PARAMS | ( | n, | |
ID | |||
) |
#define BOOST_TYPEOF_ENCODE_PARAMS_BEGIN | ( | z, | |
n, | |||
text | |||
) | typename boost::type_of::encode_type< |
#define BOOST_TYPEOF_ENCODE_PARAMS_END | ( | z, | |
n, | |||
text | |||
) | , BOOST_PP_CAT(P, n)>::type |