Class that should be inherited by objects using intrusive_ptr. More...
#include <kanzi/core/cpp/intrusive_ptr.hpp>
Public Member Functions | |
unsigned int | getIntrusiveReferenceCount () const |
Access reference count for the intrusive pointer. | |
void | intrusivePtrAddReference () |
Increment intrusive_ptr reference counter. | |
bool | intrusivePtrRelease () |
Decrement intrusive_ptr reference counter. | |
UsingIntrusivePtr () | |
Class that should be inherited by objects using intrusive_ptr.
|
inline |
|
inline |
Increment intrusive_ptr reference counter.
|
inline |
Decrement intrusive_ptr reference counter.
Access reference count for the intrusive pointer.
Should normally not be called by user.