Tmust inherit enable_lua_ptr<T> More...
#include <lua_ptr.hpp>
Public Member Functions | |
lua_ptr (enable_lua_ptr< T > &o) | |
T * | get_ptr () |
Public Attributes | |
std::weak_ptr< T * > | self_ |
Tmust inherit enable_lua_ptr<T>
Definition at line 33 of file lua_ptr.hpp.
|
inline |
Definition at line 36 of file lua_ptr.hpp.
|
inline |
Definition at line 37 of file lua_ptr.hpp.
References lua_ptr< T >::self_.
Referenced by intf_set_dialog_callback(), luaW_checkwidget(), and luaW_checkwidget_ptr().
std::weak_ptr<T*> lua_ptr< T >::self_ |
Definition at line 44 of file lua_ptr.hpp.
Referenced by lua_ptr< T >::get_ptr().