Public Member Functions | List of all members
sol::stack_proxy Struct Reference

#include <sol.hpp>

Inheritance diagram for sol::stack_proxy:
Inheritance graph
[legend]

Public Member Functions

template<typename... Ret, typename... Args>
decltype(auto) call (Args &&...args)
 
template<typename... Args>
decltype(auto) operator() (Args &&...args)
 
 stack_proxy ()
 
 stack_proxy (lua_State *L, int index)
 
- Public Member Functions inherited from sol::stack_proxy_base
template<typename T >
decltype(auto) as () const
 
template<typename T >
decltype(auto) get () const
 
type get_type () const noexcept
 
template<typename T >
bool is () const
 
lua_Statelua_state () const
 
int push () const
 
int push (lua_State *Ls) const
 
int stack_index () const
 
 stack_proxy_base ()
 
 stack_proxy_base (lua_State *L, int index)
 
- 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
 

Detailed Description

Definition at line 15706 of file sol.hpp.

Constructor & Destructor Documentation

sol::stack_proxy::stack_proxy ( )
inline

Definition at line 15708 of file sol.hpp.

sol::stack_proxy::stack_proxy ( lua_State L,
int  index 
)
inline

Definition at line 15710 of file sol.hpp.

Member Function Documentation

template<typename... Ret, typename... Args>
decltype(auto) sol::stack_proxy::call ( Args &&...  args)
template<typename... Args>
decltype(auto) sol::stack_proxy::operator() ( Args &&...  args)
inline

Definition at line 15717 of file sol.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:52