Public Member Functions | |
| dummy_object (const std::string &s) | |
Public Member Functions inherited from enable_lua_ptr< dummy_object > | |
| enable_lua_ptr (dummy_object *tp) | |
| enable_lua_ptr (enable_lua_ptr &&o) | |
| The weak_ptrs are pointing to o's shared_ptr's control block, so to keep existing weak_ptrs valid the existing control block is reused instead of replaced. More... | |
| enable_lua_ptr & | operator= (enable_lua_ptr &&o) |
Public Attributes | |
| std::string | value |
Definition at line 23 of file test_lua_ptr.cpp.
|
inline |
Definition at line 25 of file test_lua_ptr.cpp.
| std::string dummy_object::value |
Definition at line 24 of file test_lua_ptr.cpp.