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 19 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 enable_lua_ptr< T >::self_.
Referenced by intf_remove_dialog_item(), intf_set_dialog_callback(), luaW_checkwidget(), luaW_checkwidget_ptr(), and WIDGET_GETTER().
std::weak_ptr<T*> lua_ptr< T >::self_ |
Definition at line 44 of file lua_ptr.hpp.