x
Yes
No
Do you want to visit DriveHQ English website?
首页
产品服务
价格
免费试用
下载客户端
关于我们
云文件服务
|
云备份服务
|
FTP服务
|
企业邮箱服务
|
网站托管
|
客户端软件
云文件服务
云备份服务
FTP服务
企业级邮箱服务
网站托管
客户端软件
invoker_iterate.hpp - Hosted on DriveHQ Cloud IT Platform
返回上层目录
上传
下载
共享
发布
新建文件夹
新建文件
复制
剪切
删除
粘贴
评论
升级服务
路径: \\game3dprogramming\materials\GameFactory\GameFactoryDemo\references\boost_1_35_0\boost\parameter\aux_\python\invoker_iterate.hpp
旋转
特效
属性
历史版本
// Copyright Daniel Wallin 2005. Use, modification and distribution is // subject to the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include
#include
#include
#include
#define N BOOST_PP_ITERATION() #define BOOST_PARAMETER_PY_ARG_TYPES(z, n, _) \ typedef typename mpl::next< \ BOOST_PP_CAT(iter,BOOST_PP_DEC(n)) \ >::type BOOST_PP_CAT(iter,n); \ \ typedef typename mpl::deref
::type BOOST_PP_CAT(spec,n); \ typedef typename mpl::if_< \ mpl::and_< \ mpl::not_
\ , typename BOOST_PP_CAT(spec,n)::optimized_default \ > \ , parameter::aux::maybe
\ , typename BOOST_PP_CAT(spec,n)::type \ >::type BOOST_PP_CAT(arg,n); \ typedef typename BOOST_PP_CAT(spec,n)::keyword BOOST_PP_CAT(kw,n); #if BOOST_PP_ITERATION_FLAGS() == 1 template
struct invoker
#elif BOOST_PP_ITERATION_FLAGS() == 2 template
struct call_invoker
#elif BOOST_PP_ITERATION_FLAGS() == 3 template
struct init_invoker
#elif BOOST_PP_ITERATION_FLAGS() == 4 template
struct member_invoker
#endif { typedef typename mpl::begin
::type iter0; typedef typename mpl::deref
::type spec0; typedef typename mpl::if_< mpl::and_< mpl::not_
, typename spec0::optimized_default > , parameter::aux::maybe
, typename spec0::type >::type arg0; typedef typename spec0::keyword kw0; BOOST_PP_REPEAT_FROM_TO(1, N, BOOST_PARAMETER_PY_ARG_TYPES, ~) static #if BOOST_PP_ITERATION_FLAGS() == 3 T* #else R #endif execute( #if BOOST_PP_ITERATION_FLAGS() == 2 || BOOST_PP_ITERATION_FLAGS() == 4 T& self , #endif BOOST_PP_ENUM_BINARY_PARAMS(N, arg, a) ) { return #if BOOST_PP_ITERATION_FLAGS() == 1 || BOOST_PP_ITERATION_FLAGS() == 4 M()( boost::type
() # if BOOST_PP_ITERATION_FLAGS() == 4 , self # endif , BOOST_PP_ENUM_BINARY_PARAMS(N, parameter::keyword
::get() = a) ); #elif BOOST_PP_ITERATION_FLAGS() == 2 self( BOOST_PP_ENUM_BINARY_PARAMS(N, parameter::keyword
::get() = a) ); #elif BOOST_PP_ITERATION_FLAGS() == 3 new T( BOOST_PP_ENUM_BINARY_PARAMS(N, parameter::keyword
::get() = a) ); #endif } }; #undef BOOST_PARAMETER_PY_ARG_TYPES #undef N
invoker_iterate.hpp
网页地址
文件地址
上一页
2/2 下一页
下载
( 2 KB )
Comments
Total ratings:
0
Average rating:
无评论
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.