Definition at line 473 of file boost_shared_ptr.h.
|
Construct an empty shared_ptr.
Definition at line 484 of file boost_shared_ptr.h. |
|
Construct a shared_ptr that owns the pointer p.
Definition at line 493 of file boost_shared_ptr.h. |
|
Construct a shared_ptr that owns the pointer p and the deleter d.
Definition at line 515 of file boost_shared_ptr.h. |
|
If r is empty, constructs an empty shared_ptr; otherwise construct a shared_ptr that shares ownership with r.
Definition at line 533 of file boost_shared_ptr.h. |
|
Constructs a shared_ptr that shares ownership with r and stores a copy of the pointer stored in r.
Definition at line 547 of file boost_shared_ptr.h. |
|
Definition at line 560 of file boost_shared_ptr.h. References auto_ptr::get(). |