#include <PtrTypes.h>
Public Types | |
| typedef shared_ptr< _D > | _Ptr |
| typedef shared_ptr < const _D > | _constPtr |
Public Member Functions | |
| bool | unique (const _constPtr &ptr_r) |
| Check whether pointer is not shared. | |
| bool | unique (const _Ptr &ptr_r) |
| long | use_count (const _constPtr &ptr_r) const |
| Return number of references. | |
| long | use_count (const _Ptr &ptr_r) const |
Definition at line 154 of file PtrTypes.h.
| typedef shared_ptr<_D> zypp::rw_pointer::Shared< _D >::_Ptr |
Definition at line 156 of file PtrTypes.h.
| typedef shared_ptr<const _D> zypp::rw_pointer::Shared< _D >::_constPtr |
Definition at line 157 of file PtrTypes.h.
| bool zypp::rw_pointer::Shared< _D >::unique | ( | const _constPtr & | ptr_r | ) | [inline] |
| bool zypp::rw_pointer::Shared< _D >::unique | ( | const _Ptr & | ptr_r | ) | [inline] |
Definition at line 161 of file PtrTypes.h.
| long zypp::rw_pointer::Shared< _D >::use_count | ( | const _constPtr & | ptr_r | ) | const [inline] |
| long zypp::rw_pointer::Shared< _D >::use_count | ( | const _Ptr & | ptr_r | ) | const [inline] |
Definition at line 166 of file PtrTypes.h.
1.5.3