#include <sol.hpp>
Public Member Functions | |
| protected_handler (std::false_type, lua_State *L_, const Target &target_) | |
| protected_handler (std::true_type, lua_State *L_, const Target &target_) | |
| protected_handler (lua_State *L_, const Target &target_) | |
| bool | valid () const noexcept |
| ~protected_handler () | |
Public Attributes | |
| lua_State * | m_L |
| int | stack_index |
| const Target & | target |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
| lua_State* sol::detail::protected_handler< ShouldPush, Target >::m_L |
| int sol::detail::protected_handler< ShouldPush, Target >::stack_index |
| const Target& sol::detail::protected_handler< ShouldPush, Target >::target |