libzypp
10.5.0
|
#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 170 of file PtrTypes.h.
typedef shared_ptr<_D> zypp::rw_pointer::Shared< _D >::_Ptr |
Definition at line 172 of file PtrTypes.h.
typedef shared_ptr<const _D> zypp::rw_pointer::Shared< _D >::_constPtr |
Definition at line 173 of file PtrTypes.h.
bool zypp::rw_pointer::Shared< _D >::unique | ( | const _constPtr & | ptr_r | ) | [inline] |
Check whether pointer is not shared.
Definition at line 175 of file PtrTypes.h.
bool zypp::rw_pointer::Shared< _D >::unique | ( | const _Ptr & | ptr_r | ) | [inline] |
Definition at line 177 of file PtrTypes.h.
long zypp::rw_pointer::Shared< _D >::use_count | ( | const _constPtr & | ptr_r | ) | const [inline] |
Return number of references.
Definition at line 180 of file PtrTypes.h.
long zypp::rw_pointer::Shared< _D >::use_count | ( | const _Ptr & | ptr_r | ) | const [inline] |
Definition at line 182 of file PtrTypes.h.