Libsaki
Core library of Pancake Mahjong
Public Member Functions | List of all members
sol::stack_proxy Struct Reference
Inheritance diagram for sol::stack_proxy:
Inheritance graph
[legend]
Collaboration diagram for sol::stack_proxy:
Collaboration graph
[legend]

Public Member Functions

 stack_proxy (lua_State *L, int index)
 
template<typename... Ret, typename... Args>
decltype(auto) call (Args &&... args)
 
template<typename... Args>
decltype(auto) operator() (Args &&... args)
 
- Public Member Functions inherited from sol::stack_proxy_base
 stack_proxy_base (lua_State *L_, int index_)
 
template<typename T >
decltype(auto) get () const
 
template<typename T >
bool is () const
 
template<typename T >
decltype(auto) as () const
 
type get_type () const noexcept
 
int push () const
 
int push (lua_State *L_) const
 
lua_Statelua_state () const
 
int stack_index () const
 
- Public Member Functions inherited from sol::proxy_base< stack_proxy_base >
lua_Statelua_state () const
 
 operator std::string () const
 
 operator T () const
 
 operator T& () const
 

The documentation for this struct was generated from the following file: