1 #include "LuaStateHandle.hpp" 6 LuaStateHandle::LuaStateHandle()
10 LuaStateHandle::LuaStateHandle(lua_State *L, RTT::os::MutexInterface &mutex)
16 LuaStateHandle::LuaStateHandle(
const LuaStateHandle &other)
17 : L(other.L), m(other.m)
23 LuaStateHandle::~LuaStateHandle()
28 LuaStateHandle &LuaStateHandle::operator=(
const LuaStateHandle &other)
30 if (
this == &other)
return *
this;
42 lua_State *LuaStateHandle::get()
const The Orocos Component Library.