|
libzypp
17.32.2
|
#include <base/PtrTypes.h>
Public Types | |
| using | PtrType = scoped_ptr< D > |
| using | constPtrType = scoped_ptr< const D > |
Public Member Functions | |
| bool | unique (const constPtrType &ptr_r) |
| Check whether pointer is not shared. More... | |
| bool | unique (const PtrType &ptr_r) |
| long | use_count (const constPtrType &ptr_r) const |
| Return number of references. More... | |
| long | use_count (const PtrType &ptr_r) const |
Definition at line 230 of file PtrTypes.h.
| using zypp::rw_pointer::Scoped< D >::PtrType = scoped_ptr<D> |
Definition at line 232 of file PtrTypes.h.
| using zypp::rw_pointer::Scoped< D >::constPtrType = scoped_ptr<const D> |
Definition at line 233 of file PtrTypes.h.
|
inline |
Check whether pointer is not shared.
Definition at line 235 of file PtrTypes.h.
|
inline |
Definition at line 237 of file PtrTypes.h.
|
inline |
Return number of references.
Definition at line 240 of file PtrTypes.h.
|
inline |
Definition at line 242 of file PtrTypes.h.