Slide 54
Slide 54 text
Concat
Macros
#define
PHALCON_CONCAT_SV(result,
op1,
op2)
\
#define
PHALCON_CONCAT_SVS(result,
op1,
op2,
op3)
\
#define
PHALCON_CONCAT_SVSV(result,
op1,
op2,
op3,
op4)
\
#define
PHALCON_CONCAT_SVSVS(result,
op1,
op2,
op3,
op4,
op5)
\
#define
PHALCON_CONCAT_SVSVSV(result,
op1,
op2,
op3,
op4,
op5,
op6)
\
#define
PHALCON_CONCAT_SVSVSVS(result,
op1,
op2,
op3,
op4,
op5,
op6,
op7)
\
#define
PHALCON_CONCAT_SVSVV(result,
op1,
op2,
op3,
op4,
op5)
\
#define
PHALCON_CONCAT_SVV(result,
op1,
op2,
op3)
\
#define
PHALCON_CONCAT_VS(result,
op1,
op2)
\
#define
PHALCON_CONCAT_VSV(result,
op1,
op2,
op3)
\
#define
PHALCON_CONCAT_VSVS(result,
op1,
op2,
op3,
op4)
\
#define
PHALCON_CONCAT_VSVSVS(result,
op1,
op2,
op3,
op4,
op5,
op6)
\
#define
PHALCON_CONCAT_VSVSVSV(result,
op1,
op2,
op3,
op4,
op5,
op6,
op7)
\
#define
PHALCON_CONCAT_VV(result,
op1,
op2)
\
#define
PHALCON_CONCAT_VVSV(result,
op1,
op2,
op3,
op4)
\
#define
PHALCON_CONCAT_VVV(result,
op1,
op2,
op3)
\
#define
PHALCON_CONCAT_VVVVV(result,
op1,
op2,
op3,
op4,
op5)
\