Libsaki
Core library of Pancake Mahjong
sol::function_detail::functor_function< Func, is_yielding, no_trampoline > Member List

This is the complete list of members for sol::function_detail::functor_function< Func, is_yielding, no_trampoline >, including all inherited members.

call(lua_State *L, functor_function &self) noexcept(noexcept(call_detail::call_wrapped< void, true, false >(L, self.invocation))) (defined in sol::function_detail::functor_function< Func, is_yielding, no_trampoline >)sol::function_detail::functor_function< Func, is_yielding, no_trampoline >inlinestatic
function_type typedef (defined in sol::function_detail::functor_function< Func, is_yielding, no_trampoline >)sol::function_detail::functor_function< Func, is_yielding, no_trampoline >
functor_function(function_type f, Args &&... args) noexcept(std::is_nothrow_constructible_v< function_type, function_type, Args... >) (defined in sol::function_detail::functor_function< Func, is_yielding, no_trampoline >)sol::function_detail::functor_function< Func, is_yielding, no_trampoline >inline
invocation (defined in sol::function_detail::functor_function< Func, is_yielding, no_trampoline >)sol::function_detail::functor_function< Func, is_yielding, no_trampoline >
operator()(lua_State *L) noexcept(noexcept(call_detail::call_wrapped< void, true, false >(L, invocation))) (defined in sol::function_detail::functor_function< Func, is_yielding, no_trampoline >)sol::function_detail::functor_function< Func, is_yielding, no_trampoline >inline