Otclient
14/8/2020
|
#include <shared_ptr.h>
Public Member Functions | |
shared_base (T *p) | |
~shared_base () | |
void | add_ref () |
void | dec_ref () |
void | add_weak_ref () |
void | dec_weak_ref () |
void | set (T *p) |
T * | get () |
refcount_t | ref_count () |
refcount_t | weak_count () |
bool | expired () |
Definition at line 46 of file shared_ptr.h.
|
inline |
Definition at line 49 of file shared_ptr.h.
|
inline |
Definition at line 50 of file shared_ptr.h.
|
inline |
Definition at line 52 of file shared_ptr.h.
|
inline |
|
inline |
Definition at line 53 of file shared_ptr.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 68 of file shared_ptr.h.
|
inline |