#include <iosfwd>
#include <zypp/base/PtrTypes.h>
Go to the source code of this file.
|
namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver.
|
|
namespace | zypp::base |
|
◆ IMPL_PTR_TYPE
#define IMPL_PTR_TYPE |
( |
|
NAME | ) |
|
Value:
static void add_ref(const ReferenceCounted *ptr_r)
Called by zypp::intrusive_ptr to add a reference.
void intrusive_ptr_add_ref(const ReferenceCounted *ptr_r)
intrusive_ptr hook to add_ref.
static void release(const ReferenceCounted *ptr_r)
Called by zypp::intrusive_ptr to add a reference.
void intrusive_ptr_release(const ReferenceCounted *ptr_r)
intrusive_ptr hook to release.
Definition at line 136 of file ReferenceCounted.h.