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 *L_) 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 17189 of file sol.hpp.

Constructor & Destructor Documentation

◆ stack_proxy() [1/2]

sol::stack_proxy::stack_proxy ( )
inline

Definition at line 17191 of file sol.hpp.

◆ stack_proxy() [2/2]

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

Definition at line 17193 of file sol.hpp.

Member Function Documentation

◆ call()

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

◆ operator()()

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

Definition at line 17200 of file sol.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:31