#include <sol.hpp>
Definition at line 17121 of file sol.hpp.
◆ stack_proxy_base() [1/2]
sol::stack_proxy_base::stack_proxy_base |
( |
| ) |
|
|
inline |
◆ stack_proxy_base() [2/2]
sol::stack_proxy_base::stack_proxy_base |
( |
lua_State * |
L_, |
|
|
int |
index_ |
|
) |
| |
|
inline |
◆ 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 |
◆ get_type()
type sol::stack_proxy_base::get_type |
( |
| ) |
const |
|
inlinenoexcept |
◆ is()
template<typename T >
bool sol::stack_proxy_base::is |
( |
| ) |
const |
|
inline |
◆ lua_state()
lua_State* sol::stack_proxy_base::lua_state |
( |
| ) |
const |
|
inline |
◆ push() [1/2]
int sol::stack_proxy_base::push |
( |
| ) |
const |
|
inline |
◆ push() [2/2]
int sol::stack_proxy_base::push |
( |
lua_State * |
L_ | ) |
const |
|
inline |
◆ stack_index()
int sol::stack_proxy_base::stack_index |
( |
| ) |
const |
|
inline |
◆ m_index
int sol::stack_proxy_base::m_index |
|
private |
◆ m_L
The documentation for this struct was generated from the following file: