LuaStateHandle.hpp
Go to the documentation of this file.
1 #ifndef OCL_LUASTATEHANDLE_HPP
2 #define OCL_LUASTATEHANDLE_HPP
3 
4 #include <rtt/os/MutexLock.hpp>
5 
6 struct lua_State;
7 
8 namespace OCL
9 {
11  {
12  private:
15 
16  public:
21 
23 
24  lua_State *get() const;
25  operator lua_State *() const { return get(); }
26  lua_State *operator->() const { return get(); }
27 
28  };
29 
30 } // namespace OCL
31 
32 #endif // OCL_LUASTATEHANDLE_HPP
struct lua_State lua_State
Definition: lua-repl.h:54
LuaStateHandle & operator=(const LuaStateHandle &)
lua_State * operator->() const
RTT::os::MutexInterface * m


ocl
Author(s): OCL Development Team
autogenerated on Mon Mar 23 2020 04:47:19