libzypp 17.31.23
|
#include <base/PtrTypes.h>
Public Types | |
typedef shared_ptr< D > | PtrType |
typedef shared_ptr< const D > | constPtrType |
Public Member Functions | |
bool | unique (const constPtrType &ptr_r) |
Check whether pointer is not shared. | |
bool | unique (const PtrType &ptr_r) |
long | use_count (const constPtrType &ptr_r) const |
Return number of references. | |
long | use_count (const PtrType &ptr_r) const |
Definition at line 190 of file PtrTypes.h.
typedef shared_ptr<D> zypp::rw_pointer::Shared< D >::PtrType |
Definition at line 192 of file PtrTypes.h.
typedef shared_ptr<const D> zypp::rw_pointer::Shared< D >::constPtrType |
Definition at line 193 of file PtrTypes.h.
|
inline |
Check whether pointer is not shared.
Definition at line 195 of file PtrTypes.h.
|
inline |
Definition at line 197 of file PtrTypes.h.
|
inline |
Return number of references.
Definition at line 200 of file PtrTypes.h.
|
inline |
Definition at line 202 of file PtrTypes.h.