Ark Server API (ASA) - Wiki
|
#include <RefCounting.h>
Public Member Functions | |
FRefCountedObject () | |
virtual | ~FRefCountedObject () |
FRefCountedObject (const FRefCountedObject &Rhs)=delete | |
FRefCountedObject & | operator= (const FRefCountedObject &Rhs)=delete |
uint32 | AddRef () const |
uint32 | Release () const |
uint32 | GetRefCount () const |
Private Attributes | |
int32 | NumRefs |
The base class of reference counted objects.
This class should not be used for new code as it does not use atomic operations to update the reference count.
Definition at line 78 of file RefCounting.h.
|
inline |
Definition at line 81 of file RefCounting.h.
|
inlinevirtual |
Definition at line 82 of file RefCounting.h.
|
delete |
|
inline |
Definition at line 85 of file RefCounting.h.
|
inline |
Definition at line 98 of file RefCounting.h.
|
delete |
|
inline |
Definition at line 89 of file RefCounting.h.
|
mutableprivate |
Definition at line 103 of file RefCounting.h.