#include <sol.hpp>
§ stack_proxy_base() [1/2]
sol::stack_proxy_base::stack_proxy_base |
( |
| ) |
|
|
inline |
12111 :
L(
nullptr),
index(0) {
int index
Definition: sol.hpp:12107
lua_State * L
Definition: sol.hpp:12106
§ stack_proxy_base() [2/2]
sol::stack_proxy_base::stack_proxy_base |
( |
lua_State * |
L, |
|
|
int |
index |
|
) |
| |
|
inline |
int index
Definition: sol.hpp:12107
lua_State * L
Definition: sol.hpp:12106
§ as()
template<typename T >
decltype(auto) sol::stack_proxy_base::as |
( |
| ) |
const |
|
inline |
§ get()
template<typename T >
decltype(auto) sol::stack_proxy_base::get |
( |
| ) |
const |
|
inline |
int stack_index() const
Definition: sol.hpp:12148
lua_State * L
Definition: sol.hpp:12106
§ get_type()
type sol::stack_proxy_base::get_type |
( |
| ) |
const |
|
inlinenoexcept |
lua_State * lua_state() const
Definition: sol.hpp:12145
int stack_index() const
Definition: sol.hpp:12148
type type_of(lua_State *L, int index)
Definition: sol.hpp:5358
§ is()
template<typename T >
bool sol::stack_proxy_base::is |
( |
| ) |
const |
|
inline |
int stack_index() const
Definition: sol.hpp:12148
lua_State * L
Definition: sol.hpp:12106
§ lua_state()
lua_State* sol::stack_proxy_base::lua_state |
( |
| ) |
const |
|
inline |
lua_State * L
Definition: sol.hpp:12106
§ push() [1/2]
int sol::stack_proxy_base::push |
( |
| ) |
const |
|
inline |
int push() const
Definition: sol.hpp:12136
lua_State * L
Definition: sol.hpp:12106
§ push() [2/2]
int sol::stack_proxy_base::push |
( |
lua_State * |
Ls | ) |
const |
|
inline |
12141 lua_pushvalue(Ls,
index);
int index
Definition: sol.hpp:12107
§ stack_index()
int sol::stack_proxy_base::stack_index |
( |
| ) |
const |
|
inline |
int index
Definition: sol.hpp:12107
§ index
int sol::stack_proxy_base::index |
|
private |
lua_State* sol::stack_proxy_base::L |
|
private |
The documentation for this struct was generated from the following file: