#include <rusefi_lua.h>
Definition at line 7 of file rusefi_lua.h.
◆ LuaHandle() [1/4]
◆ LuaHandle() [2/4]
LuaHandle::LuaHandle |
( |
lua_State * |
ptr | ) |
|
|
inline |
◆ LuaHandle() [3/4]
◆ LuaHandle() [4/4]
◆ ~LuaHandle()
LuaHandle::~LuaHandle |
( |
| ) |
|
|
inline |
Definition at line 31 of file rusefi_lua.h.
31 {
33 efiPrintf("LUA: Tearing down instance...");
35 }
36 }
◆ operator lua_State *()
LuaHandle::operator lua_State * |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
Definition at line 23 of file rusefi_lua.h.
23 {
26
27 return *this;
28 }
◆ m_ptr
lua_State* LuaHandle::m_ptr |
|
private |
The documentation for this class was generated from the following file: