Searched refs:BOOST_FUNCTION_ARGS (Results 1 – 1 of 1) sorted by relevance
30 # define BOOST_FUNCTION_ARGS BOOST_PP_ENUM_PARAMS(BOOST_FUNCTION_NUM_ARGS, a) macro34 # define BOOST_FUNCTION_ARGS BOOST_PP_ENUM(BOOST_FUNCTION_NUM_ARGS,BOOST_FUNCTION_ARG,BOOST_PP_EM… macro101 return f(BOOST_FUNCTION_ARGS); in invoke()118 BOOST_FUNCTION_RETURN(f(BOOST_FUNCTION_ARGS)); in invoke()138 return (*f)(BOOST_FUNCTION_ARGS); in invoke()159 BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS)); in invoke()176 return (*f)(BOOST_FUNCTION_ARGS); in invoke()194 BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS)); in invoke()213 return boost::mem_fn(*f)(BOOST_FUNCTION_ARGS); in invoke()231 BOOST_FUNCTION_RETURN(boost::mem_fn(*f)(BOOST_FUNCTION_ARGS)); in invoke()[all …]