#include <sol.hpp>
Definition at line 15636 of file sol.hpp.
| sol::stack_proxy_base::stack_proxy_base |
( |
| ) |
|
|
inline |
| sol::stack_proxy_base::stack_proxy_base |
( |
lua_State * |
L, |
|
|
int |
index |
|
) |
| |
|
inline |
template<typename T >
| decltype(auto) sol::stack_proxy_base::as |
( |
| ) |
const |
|
inline |
template<typename T >
| decltype(auto) sol::stack_proxy_base::get |
( |
| ) |
const |
|
inline |
| type sol::stack_proxy_base::get_type |
( |
| ) |
const |
|
inlinenoexcept |
template<typename T >
| bool sol::stack_proxy_base::is |
( |
| ) |
const |
|
inline |
| lua_State* sol::stack_proxy_base::lua_state |
( |
| ) |
const |
|
inline |
| int sol::stack_proxy_base::push |
( |
| ) |
const |
|
inline |
| int sol::stack_proxy_base::push |
( |
lua_State * |
Ls | ) |
const |
|
inline |
| int sol::stack_proxy_base::stack_index |
( |
| ) |
const |
|
inline |
| int sol::stack_proxy_base::index |
|
private |
The documentation for this struct was generated from the following file: