#include <sp_counted_impl.hpp>

Public Member Functions | |
| virtual void | dispose () |
| virtual void * | get_deleter (sp_typeinfo const &ti) |
| virtual void * | get_local_deleter (sp_typeinfo const &ti) |
| virtual void * | get_untyped_deleter () |
| sp_counted_impl_pd (P p) | |
| sp_counted_impl_pd (P p, D &d) | |
Public Member Functions inherited from boost::detail::sp_counted_base | |
| void | add_ref_copy () |
| bool | add_ref_lock () |
| virtual void | destroy () |
| void | release () |
| sp_counted_base () | |
| long | use_count () const |
| void | weak_add_ref () |
| void | weak_release () |
| virtual | ~sp_counted_base () |
Private Types | |
| typedef sp_counted_impl_pd< P, D > | this_type |
Private Member Functions | |
| sp_counted_impl_pd & | operator= (sp_counted_impl_pd const &) |
| sp_counted_impl_pd (sp_counted_impl_pd const &) | |
Private Attributes | |
| D | del |
| P | ptr |
Definition at line 140 of file sp_counted_impl.hpp.
|
private |
Definition at line 150 of file sp_counted_impl.hpp.
|
private |
|
inline |
Definition at line 156 of file sp_counted_impl.hpp.
|
inline |
Definition at line 160 of file sp_counted_impl.hpp.
|
inlinevirtual |
Implements boost::detail::sp_counted_base.
Definition at line 164 of file sp_counted_impl.hpp.
|
inlinevirtual |
Implements boost::detail::sp_counted_base.
Definition at line 169 of file sp_counted_impl.hpp.
|
inlinevirtual |
Implements boost::detail::sp_counted_base.
Definition at line 174 of file sp_counted_impl.hpp.
|
inlinevirtual |
Implements boost::detail::sp_counted_base.
Definition at line 179 of file sp_counted_impl.hpp.
|
private |
|
private |
Definition at line 145 of file sp_counted_impl.hpp.
|
private |
Definition at line 144 of file sp_counted_impl.hpp.