Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TUniqueMemoryImagePtr< T > Class Template Reference

#include <MemoryImage.h>

+ Inheritance diagram for TUniqueMemoryImagePtr< T >:
+ Collaboration diagram for TUniqueMemoryImagePtr< T >:

Public Member Functions

 TUniqueMemoryImagePtr ()
 
 TUniqueMemoryImagePtr (T *InPtr)
 
 TUniqueMemoryImagePtr (TUniqueMemoryImagePtr &&Other)
 
 ~TUniqueMemoryImagePtr ()
 
TUniqueMemoryImagePtroperator= (T *InPtr)
 
TUniqueMemoryImagePtroperator= (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)
 
TMemoryImagePtroperator= (T *InPtr)
 
TMemoryImagePtroperator= (const TMemoryImagePtr< T > &InPtr)
 
 ~TMemoryImagePtr ()
 
int64 GetFrozenOffsetFromThis () const
 
int32 GetFrozenTypeIndex () const
 
TGet () const
 
TGetChecked () const
 
Toperator-> () const
 
Toperator* () 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 
 
};  
 

Detailed Description

template<typename T>
class TUniqueMemoryImagePtr< T >

Definition at line 555 of file MemoryImage.h.

Constructor & Destructor Documentation

◆ TUniqueMemoryImagePtr() [1/3]

Definition at line 558 of file MemoryImage.h.

◆ TUniqueMemoryImagePtr() [2/3]

template<typename T >
TUniqueMemoryImagePtr< T >::TUniqueMemoryImagePtr ( T * InPtr)
inlineexplicit

Definition at line 561 of file MemoryImage.h.

◆ TUniqueMemoryImagePtr() [3/3]

Definition at line 565 of file MemoryImage.h.

◆ ~TUniqueMemoryImagePtr()

Definition at line 571 of file MemoryImage.h.

Member Function Documentation

◆ operator=() [1/2]

template<typename T >
TUniqueMemoryImagePtr & TUniqueMemoryImagePtr< T >::operator= ( T * InPtr)
inline

Definition at line 575 of file MemoryImage.h.

◆ operator=() [2/2]

Definition at line 580 of file MemoryImage.h.


The documentation for this class was generated from the following file: