![]() |
Scarab
v2.9.1
Project 8 C++ Utility Library
|
Public Member Functions | |
| shared_ptr_with_addressof_operator ()=default | |
| shared_ptr_with_addressof_operator (T *p) | |
| T * | get () const |
| T ** | operator & () |
Private Attributes | |
| std::shared_ptr< T > | impl |
Definition at line 62 of file test_smart_ptr.cpp.
|
default |
|
inline |
Definition at line 66 of file test_smart_ptr.cpp.
|
inline |
Definition at line 67 of file test_smart_ptr.cpp.
|
inline |
Definition at line 68 of file test_smart_ptr.cpp.
|
private |
Definition at line 63 of file test_smart_ptr.cpp.
1.8.13