Public Member Functions | Private Attributes | List of all members
sol::stack_proxy_base Struct Reference

#include <sol.hpp>

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

Public Member Functions

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
 

Private Attributes

int index
 
lua_StateL
 

Detailed Description

Definition at line 15636 of file sol.hpp.

Constructor & Destructor Documentation

sol::stack_proxy_base::stack_proxy_base ( )
inline

Definition at line 15642 of file sol.hpp.

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

Definition at line 15645 of file sol.hpp.

Member Function Documentation

template<typename T >
decltype(auto) sol::stack_proxy_base::as ( ) const
inline

Definition at line 15660 of file sol.hpp.

template<typename T >
decltype(auto) sol::stack_proxy_base::get ( ) const
inline

Definition at line 15650 of file sol.hpp.

type sol::stack_proxy_base::get_type ( ) const
inlinenoexcept

Definition at line 15664 of file sol.hpp.

template<typename T >
bool sol::stack_proxy_base::is ( ) const
inline

Definition at line 15655 of file sol.hpp.

lua_State* sol::stack_proxy_base::lua_state ( ) const
inline

Definition at line 15677 of file sol.hpp.

int sol::stack_proxy_base::push ( ) const
inline

Definition at line 15668 of file sol.hpp.

int sol::stack_proxy_base::push ( lua_State Ls) const
inline

Definition at line 15672 of file sol.hpp.

int sol::stack_proxy_base::stack_index ( ) const
inline

Definition at line 15680 of file sol.hpp.

Member Data Documentation

int sol::stack_proxy_base::index
private

Definition at line 15639 of file sol.hpp.

lua_State* sol::stack_proxy_base::L
private

Definition at line 15638 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