#include <sol.hpp>
Public Types | |
using | is_transparent = std::true_type |
Public Member Functions | |
lua_State * | lua_state () const noexcept |
bool | operator() (const stateless_stack_reference &lhs, const stateless_stack_reference &rhs) const |
bool | operator() (const stateless_stack_reference &lhs, lua_nil_t rhs) const |
bool | operator() (lua_nil_t lhs, const stateless_stack_reference &rhs) const |
stateless_stack_reference_equals (lua_State *L_) noexcept | |
Private Attributes | |
lua_State * | m_L |
using sol::stateless_stack_reference_equals::is_transparent = std::true_type |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
private |