#include <sol.hpp>
§ ref_clean()
sol::detail::ref_clean::ref_clean |
( |
lua_State * |
luastate, |
|
|
int & |
n |
|
) |
| |
|
inline |
20001 :
L(luastate),
n(
n) {
lua_State * L
Definition: sol.hpp:19998
int & n
Definition: sol.hpp:19999
§ ~ref_clean()
sol::detail::ref_clean::~ref_clean |
( |
| ) |
|
|
inline |
20004 lua_pop(
L, static_cast<int>(
n));
lua_State * L
Definition: sol.hpp:19998
int & n
Definition: sol.hpp:19999
lua_State* sol::detail::ref_clean::L |
int& sol::detail::ref_clean::n |
The documentation for this struct was generated from the following file: