#include <sol.hpp>
Definition at line 26938 of file sol.hpp.
◆ is_lua_value_single_constructible
◆ is_reference_or_lua_value_init_list
◆ lua_value() [1/10]
template<typename T , meta::disable< is_reference_or_lua_value_init_list< meta::unqualified_t< T >>> = meta::enabler>
sol::lua_value::lua_value |
( |
lua_State * |
L_, |
|
|
T && |
value |
|
) |
| |
|
inline |
◆ lua_value() [2/10]
template<typename T , meta::disable< is_lua_value_single_constructible< meta::unqualified_t< T >>> = meta::enabler>
sol::lua_value::lua_value |
( |
T && |
value | ) |
|
|
inline |
◆ lua_value() [3/10]
◆ lua_value() [4/10]
◆ lua_value() [5/10]
◆ lua_value() [6/10]
sol::lua_value::lua_value |
( |
arr |
il | ) |
|
|
inline |
◆ lua_value() [7/10]
◆ lua_value() [8/10]
◆ lua_value() [9/10]
sol::lua_value::lua_value |
( |
const lua_value & |
| ) |
|
|
defaultnoexcept |
◆ lua_value() [10/10]
◆ as()
template<typename T >
decltype(auto) sol::lua_value::as |
( |
| ) |
const |
|
inline |
◆ is()
template<typename T >
bool sol::lua_value::is |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ set_lua_state()
static void sol::lua_value::set_lua_state |
( |
lua_State * |
L | ) |
|
|
inlinestatic |
◆ thread_local_lua_state()
static lua_State*& sol::lua_value::thread_local_lua_state |
( |
| ) |
|
|
inlinestaticprivate |
◆ value() [1/3]
◆ value() [2/3]
◆ value() [3/3]
const reference& sol::lua_value::value |
( |
| ) |
const & |
|
inline |
◆ ref_value
The documentation for this struct was generated from the following file: