Ark Server API (ASA) - Wiki
|
#include <MemoryImage.h>
Public Member Functions | |
TUniqueMemoryImagePtr () | |
TUniqueMemoryImagePtr (T *InPtr) | |
TUniqueMemoryImagePtr (TUniqueMemoryImagePtr &&Other) | |
~TUniqueMemoryImagePtr () | |
TUniqueMemoryImagePtr & | operator= (T *InPtr) |
TUniqueMemoryImagePtr & | operator= (TUniqueMemoryImagePtr &&Other) |
Public Member Functions inherited from TMemoryImagePtr< T > | |
bool | IsFrozen () const |
bool | IsValid () const |
bool | IsNull () const |
TMemoryImagePtr (T *InPtr=nullptr) | |
TMemoryImagePtr (const TMemoryImagePtr< T > &InPtr) | |
TMemoryImagePtr & | operator= (T *InPtr) |
TMemoryImagePtr & | operator= (const TMemoryImagePtr< T > &InPtr) |
~TMemoryImagePtr () | |
int64 | GetFrozenOffsetFromThis () const |
int32 | GetFrozenTypeIndex () const |
T * | Get () const |
T * | GetChecked () const |
T * | operator-> () const |
T & | operator* () const |
operator T* () const | |
void | SafeDelete (const FPointerTableBase *PtrTable=nullptr) |
void | WriteMemoryImageWithDerivedType (FMemoryImageWriter &Writer, const FTypeLayoutDesc *DerivedTypeDesc) const |
Additional Inherited Members | ||
Protected Attributes inherited from TMemoryImagePtr< T > | ||
union { | ||
uint64 Packed | ||
FFrozenMemoryImagePtr Frozen | ||
T * UnfrozenPtr | ||
}; | ||
Definition at line 555 of file MemoryImage.h.
|
inline |
Definition at line 558 of file MemoryImage.h.
|
inlineexplicit |
Definition at line 561 of file MemoryImage.h.
|
inline |
Definition at line 565 of file MemoryImage.h.
|
inline |
Definition at line 571 of file MemoryImage.h.
|
inline |
Definition at line 575 of file MemoryImage.h.
|
inline |
Definition at line 580 of file MemoryImage.h.