![]() |
Scarab
v2.9.1
Project 8 C++ Utility Library
|
Public Member Functions | |
| custom_unique_ptr (T *p) | |
| T * | get () const |
| T * | release_ptr () |
Private Attributes | |
| std::unique_ptr< T > | impl |
Definition at line 49 of file test_smart_ptr.cpp.
|
inline |
Definition at line 52 of file test_smart_ptr.cpp.
|
inline |
Definition at line 53 of file test_smart_ptr.cpp.
|
inline |
Definition at line 54 of file test_smart_ptr.cpp.
|
private |
Definition at line 50 of file test_smart_ptr.cpp.
1.8.13