Home
last modified time | relevance | path

Searched refs:LUABIND_MAX_ARITY (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/luabind/luabind-0.9.1/luabind/
H A Dconfig.hpp59 #ifndef LUABIND_MAX_ARITY
60 #define LUABIND_MAX_ARITY 10 macro
61 #elif LUABIND_MAX_ARITY <= 1
62 #undef LUABIND_MAX_ARITY
63 #define LUABIND_MAX_ARITY 2 macro
H A Dtag_function.hpp10 # if LUABIND_MAX_ARITY <= 8
54 (3, (0, LUABIND_MAX_ARITY, <luabind/tag_function.hpp>))
H A Dwrapper_base.hpp63 #define BOOST_PP_ITERATION_PARAMS_1 (4, (0, LUABIND_MAX_ARITY, <luabind/wrapper_base.hpp>, 1))
70 #define BOOST_PP_ITERATION_PARAMS_1 (4, (0, LUABIND_MAX_ARITY, <luabind/wrapper_base.hpp>, 2))
H A Doperator.hpp69 (0, LUABIND_MAX_ARITY, <luabind/detail/call_operator_iterate.hpp>))
99 #define BOOST_PP_LOCAL_LIMITS (1, LUABIND_MAX_ARITY)
H A Dclass.hpp596 template<BOOST_PP_ENUM_PARAMS(LUABIND_MAX_ARITY, class A)>
597 class_& def(constructor<BOOST_PP_ENUM_PARAMS(LUABIND_MAX_ARITY, A)> sig) in def()
602 template<BOOST_PP_ENUM_PARAMS(LUABIND_MAX_ARITY, class A), class Policies>
603 class_& def(constructor<BOOST_PP_ENUM_PARAMS(LUABIND_MAX_ARITY, A)> sig, const Policies& policies) in def()
/dports/games/allacrost/allacrost-1.0.2/src/luabind/luabind/
H A Dconfig.hpp59 #ifndef LUABIND_MAX_ARITY
60 #define LUABIND_MAX_ARITY 10 macro
61 #elif LUABIND_MAX_ARITY <= 1
62 #undef LUABIND_MAX_ARITY
63 #define LUABIND_MAX_ARITY 2 macro
H A Dtag_function.hpp10 # if LUABIND_MAX_ARITY <= 8
54 (3, (0, LUABIND_MAX_ARITY, <luabind/tag_function.hpp>))
H A Dwrapper_base.hpp63 #define BOOST_PP_ITERATION_PARAMS_1 (4, (0, LUABIND_MAX_ARITY, <luabind/wrapper_base.hpp>, 1))
70 #define BOOST_PP_ITERATION_PARAMS_1 (4, (0, LUABIND_MAX_ARITY, <luabind/wrapper_base.hpp>, 2))
H A Doperator.hpp69 (0, LUABIND_MAX_ARITY, <luabind/detail/call_operator_iterate.hpp>))
99 #define BOOST_PP_LOCAL_LIMITS (1, LUABIND_MAX_ARITY)
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/luabind/
H A Dconfig.hpp45 #ifndef LUABIND_MAX_ARITY
46 #define LUABIND_MAX_ARITY 10 macro
47 #elif LUABIND_MAX_ARITY <= 1
48 #undef LUABIND_MAX_ARITY
49 #define LUABIND_MAX_ARITY 2 macro
H A Dfunction_converter.hpp34 # define BOOST_PP_ITERATION_LIMITS (1, LUABIND_MAX_ARITY)
58 # define BOOST_PP_ITERATION_LIMITS (1, LUABIND_MAX_ARITY)
H A Dwrapper_base.hpp55 #define BOOST_PP_ITERATION_PARAMS_1 (4, (0, LUABIND_MAX_ARITY, <luabind/wrapper_base.hpp>, 1))
62 #define BOOST_PP_ITERATION_PARAMS_1 (4, (0, LUABIND_MAX_ARITY, <luabind/wrapper_base.hpp>, 2))
H A Doperator.hpp72 (0, LUABIND_MAX_ARITY, <luabind/detail/call_operator_iterate.hpp>))
102 #define BOOST_PP_LOCAL_LIMITS (1, LUABIND_MAX_ARITY)
H A Dtag_function.hpp10 # if LUABIND_MAX_ARITY <= 8
/dports/devel/luabind/luabind-0.9.1/luabind/detail/
H A Dsignature_match.hpp46 template<BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(LUABIND_MAX_ARITY, class A, detail::null_type)>
50 boost::mpl::vector, BOOST_PP_INC(BOOST_PP_INC(LUABIND_MAX_ARITY)))<
51 void, argument const&, BOOST_PP_ENUM_PARAMS(LUABIND_MAX_ARITY, A)
H A Dcalc_arity.hpp37 #define BOOST_PP_ITERATION_PARAMS_1 (4, (0, LUABIND_MAX_ARITY, <luabind/detail/calc_arity.hpp>, 1))
52 template<BOOST_PP_ENUM_PARAMS(LUABIND_MAX_ARITY, class A), class Policies>
53 static int apply(constructor<BOOST_PP_ENUM_PARAMS(LUABIND_MAX_ARITY, A)>, Policies*) in apply()
H A Dcall.hpp174 (3, (0, LUABIND_MAX_ARITY, <luabind/detail/call.hpp>))
179 (3, (0, LUABIND_MAX_ARITY, <luabind/detail/call.hpp>))
185 (3, (0, LUABIND_MAX_ARITY, <luabind/detail/call.hpp>))
190 (3, (0, LUABIND_MAX_ARITY, <luabind/detail/call.hpp>))
H A Ddeduce_signature.hpp12 # if LUABIND_MAX_ARITY <= 8
58 (3, (1, LUABIND_MAX_ARITY, <luabind/detail/deduce_signature.hpp>))
/dports/games/allacrost/allacrost-1.0.2/src/luabind/luabind/detail/
H A Dsignature_match.hpp46 template<BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(LUABIND_MAX_ARITY, class A, detail::null_type)>
50 boost::mpl::vector, BOOST_PP_INC(BOOST_PP_INC(LUABIND_MAX_ARITY)))<
51 void, argument const&, BOOST_PP_ENUM_PARAMS(LUABIND_MAX_ARITY, A)
H A Dcalc_arity.hpp37 #define BOOST_PP_ITERATION_PARAMS_1 (4, (0, LUABIND_MAX_ARITY, <luabind/detail/calc_arity.hpp>, 1))
52 template<BOOST_PP_ENUM_PARAMS(LUABIND_MAX_ARITY, class A), class Policies>
53 static int apply(constructor<BOOST_PP_ENUM_PARAMS(LUABIND_MAX_ARITY, A)>, Policies*) in apply()
H A Dget_signature.hpp106 …#define BOOST_PP_ITERATION_PARAMS_1 (4, (0, LUABIND_MAX_ARITY, <luabind/detail/get_signature.hpp>,…
137 template<BOOST_PP_ENUM_PARAMS(LUABIND_MAX_ARITY, class A)>
138 …inline void get_signature_impl(const constructor<BOOST_PP_ENUM_PARAMS(LUABIND_MAX_ARITY, A)>*, lua… in get_signature_impl() argument
142 BOOST_PP_REPEAT(BOOST_PP_DEC(LUABIND_MAX_ARITY), LUABIND_ADD_LUA_TYPE_NAME, _) in get_signature_impl()
H A Dcall.hpp174 (3, (0, LUABIND_MAX_ARITY, <luabind/detail/call.hpp>))
179 (3, (0, LUABIND_MAX_ARITY, <luabind/detail/call.hpp>))
185 (3, (0, LUABIND_MAX_ARITY, <luabind/detail/call.hpp>))
190 (3, (0, LUABIND_MAX_ARITY, <luabind/detail/call.hpp>))
H A Ddeduce_signature.hpp12 # if LUABIND_MAX_ARITY <= 8
58 (3, (1, LUABIND_MAX_ARITY, <luabind/detail/deduce_signature.hpp>))
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/luabind/detail/
H A Dsignature_match.hpp45 template<BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(LUABIND_MAX_ARITY, class A, detail::null_type)>
49 boost::mpl::vector, BOOST_PP_INC(BOOST_PP_INC(LUABIND_MAX_ARITY)))<
50 void, argument const&, BOOST_PP_ENUM_PARAMS(LUABIND_MAX_ARITY, A)
H A Dcall.hpp180 (3, (0, LUABIND_MAX_ARITY, <luabind/detail/call.hpp>))
185 (3, (0, LUABIND_MAX_ARITY, <luabind/detail/call.hpp>))
191 (3, (0, LUABIND_MAX_ARITY, <luabind/detail/call.hpp>))
196 (3, (0, LUABIND_MAX_ARITY, <luabind/detail/call.hpp>))

12