Functions | |
def | test_holder_with_addressof_operator () |
def | test_large_holder () |
def | test_move_only_holder () |
def | test_move_only_holder_with_addressof_operator () |
def | test_shared_ptr_and_references () |
def | test_shared_ptr_from_this_and_references () |
def | test_shared_ptr_gc () |
def | test_smart_ptr (capture) |
def | test_smart_ptr_from_default () |
def | test_smart_ptr_refcounting () |
def | test_unique_deleter () |
def | test_unique_nodelete () |
def | test_unique_nodelete4a () |
Variables | |
m | |
def test_smart_ptr.test_holder_with_addressof_operator | ( | ) |
Definition at line 254 of file test_smart_ptr.py.
def test_smart_ptr.test_large_holder | ( | ) |
Definition at line 157 of file test_smart_ptr.py.
def test_smart_ptr.test_move_only_holder | ( | ) |
Definition at line 243 of file test_smart_ptr.py.
def test_smart_ptr.test_move_only_holder_with_addressof_operator | ( | ) |
Definition at line 284 of file test_smart_ptr.py.
def test_smart_ptr.test_shared_ptr_and_references | ( | ) |
Definition at line 166 of file test_smart_ptr.py.
def test_smart_ptr.test_shared_ptr_from_this_and_references | ( | ) |
Definition at line 197 of file test_smart_ptr.py.
def test_smart_ptr.test_shared_ptr_gc | ( | ) |
#187: issue involving std::shared_ptr<> return value policy & garbage collection
Definition at line 308 of file test_smart_ptr.py.
def test_smart_ptr.test_smart_ptr | ( | capture | ) |
Definition at line 7 of file test_smart_ptr.py.
def test_smart_ptr.test_smart_ptr_from_default | ( | ) |
Definition at line 298 of file test_smart_ptr.py.
def test_smart_ptr.test_smart_ptr_refcounting | ( | ) |
Definition at line 115 of file test_smart_ptr.py.
def test_smart_ptr.test_unique_deleter | ( | ) |
Definition at line 141 of file test_smart_ptr.py.
def test_smart_ptr.test_unique_nodelete | ( | ) |
Definition at line 119 of file test_smart_ptr.py.
def test_smart_ptr.test_unique_nodelete4a | ( | ) |
Definition at line 130 of file test_smart_ptr.py.
test_smart_ptr.m |
Definition at line 3 of file test_smart_ptr.py.