libzypp
17.32.4
|
#include <zypp-core/base/PtrTypes.h>
Public Types | |
using | PtrType = shared_ptr< D > |
using | constPtrType = shared_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 196 of file PtrTypes.h.
using zypp::rw_pointer::Shared< D >::PtrType = shared_ptr<D> |
Definition at line 198 of file PtrTypes.h.
using zypp::rw_pointer::Shared< D >::constPtrType = shared_ptr<const D> |
Definition at line 199 of file PtrTypes.h.
|
inline |
Check whether pointer is not shared.
Definition at line 201 of file PtrTypes.h.
|
inline |
Definition at line 203 of file PtrTypes.h.
|
inline |
Return number of references.
Definition at line 206 of file PtrTypes.h.
|
inline |
Definition at line 208 of file PtrTypes.h.