#include <LuaStateHandle.hpp>
Public Member Functions | |
| lua_State * | get () const |
| LuaStateHandle () | |
| LuaStateHandle (const LuaStateHandle &) | |
| LuaStateHandle (lua_State *L, RTT::os::MutexInterface &mutex) | |
| operator lua_State * () const | |
| lua_State * | operator-> () const |
| LuaStateHandle & | operator= (const LuaStateHandle &) |
| ~LuaStateHandle () | |
Private Attributes | |
| lua_State * | L |
| RTT::os::MutexInterface * | m |
Definition at line 10 of file LuaStateHandle.hpp.
| OCL::LuaStateHandle::LuaStateHandle | ( | ) |
Definition at line 6 of file LuaStateHandle.cpp.
| OCL::LuaStateHandle::LuaStateHandle | ( | const LuaStateHandle & | other | ) |
Definition at line 16 of file LuaStateHandle.cpp.
| OCL::LuaStateHandle::LuaStateHandle | ( | lua_State * | L, |
| RTT::os::MutexInterface & | mutex | ||
| ) |
Definition at line 10 of file LuaStateHandle.cpp.
| OCL::LuaStateHandle::~LuaStateHandle | ( | ) |
Definition at line 23 of file LuaStateHandle.cpp.
| lua_State * OCL::LuaStateHandle::get | ( | ) | const |
Definition at line 42 of file LuaStateHandle.cpp.
|
inline |
Definition at line 25 of file LuaStateHandle.hpp.
|
inline |
Definition at line 26 of file LuaStateHandle.hpp.
| LuaStateHandle & OCL::LuaStateHandle::operator= | ( | const LuaStateHandle & | other | ) |
Definition at line 28 of file LuaStateHandle.cpp.
|
private |
Definition at line 13 of file LuaStateHandle.hpp.
|
mutableprivate |
Definition at line 14 of file LuaStateHandle.hpp.