|
Libsaki
Core library of Pancake Mahjong
|
Public Types | |
| typedef std::remove_pointer_t< std::decay_t< Function > > | function_type |
| typedef lua_bind_traits< function_type > | traits_type |
Public Member Functions | |
| int | operator() (lua_State *L) noexcept(traits_type::is_noexcept) |
Static Public Member Functions | |
| static int | real_call (lua_State *L) noexcept(traits_type::is_noexcept) |
| template<bool is_yielding, bool no_trampoline> | |
| static int | call (lua_State *L) noexcept(traits_type::is_noexcept) |
1.8.13