![]() |
Ark Server API (ASA) - Wiki
|
#include <RefCounting.h>
Inheritance diagram for FThreadSafeRefCountedObject:
Collaboration diagram for FThreadSafeRefCountedObject:Public Member Functions | |
| FThreadSafeRefCountedObject () | |
| virtual | ~FThreadSafeRefCountedObject () |
| FThreadSafeRefCountedObject (const FThreadSafeRefCountedObject &Rhs)=delete | |
| FThreadSafeRefCountedObject & | operator= (const FThreadSafeRefCountedObject &Rhs)=delete |
| uint32 | AddRef () const |
| uint32 | Release () const |
| uint32 | GetRefCount () const |
Private Attributes | |
| FThreadSafeCounter | NumRefs |
Like FRefCountedObject, but internal ref count is thread safe
Definition at line 109 of file RefCounting.h.
|
inline |
|
inlinevirtual |
Definition at line 113 of file RefCounting.h.
|
delete |
|
inline |
|
inline |
|
delete |
|
inline |
|
mutableprivate |
Definition at line 134 of file RefCounting.h.