Home
last modified time | relevance | path

Searched defs:discard_result_policy (Results 1 – 3 of 3) sorted by relevance

/dports/devel/luabind/luabind-0.9.1/luabind/
H A Ddiscard_result_policy.hpp38 struct discard_result_policy : conversion_policy<0> struct
40 static void precall(lua_State*, const index_map&) {} in precall()
41 static void postcall(lua_State*, const index_map&) {} in postcall()
43 struct can_only_convert_from_cpp_to_lua {};
46 struct apply
/dports/games/allacrost/allacrost-1.0.2/src/luabind/luabind/
H A Ddiscard_result_policy.hpp38 struct discard_result_policy : conversion_policy<0> struct
40 static void precall(lua_State*, const index_map&) {} in precall()
41 static void postcall(lua_State*, const index_map&) {} in postcall()
43 struct can_only_convert_from_cpp_to_lua {};
46 struct apply
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/luabind/
H A Ddiscard_result_policy.hpp44 struct discard_result_policy : conversion_policy<0> struct
46 static void precall(lua_State*, const index_map&) {} in precall()
47 static void postcall(lua_State*, const index_map&) {} in postcall()
49 struct can_only_convert_from_cpp_to_lua {};
52 struct apply