![]() |
Ark Server API (ASA) - Wiki
|
#include <MemoryImage.h>
Collaboration diagram for TMemoryImageObject< T >:Public Member Functions | |
| TMemoryImageObject () | |
| TMemoryImageObject (const FTypeLayoutDesc &InTypeDesc, T *InObject, uint32 InFrozenSize) | |
| template<typename TOther > | |
| TMemoryImageObject (TOther *InObject) | |
| template<typename TOther > | |
| TMemoryImageObject (const TMemoryImageObject< TOther > &Rhs) | |
| void | Destroy (const FPointerTableBase *PointerTable) |
| bool | Freeze (FPointerTableBase *PointerTable) |
| bool | Unfreeze (const FPointerTableBase *PointerTable) |
Public Attributes | |
| const FTypeLayoutDesc * | TypeDesc |
| T * | Object |
| uint32 | FrozenSize |
Definition at line 68 of file MemoryImage.h.
|
inline |
Definition at line 70 of file MemoryImage.h.
|
inline |
Definition at line 72 of file MemoryImage.h.
|
inline |
Definition at line 79 of file MemoryImage.h.
|
inlineexplicit |
Definition at line 86 of file MemoryImage.h.
|
inline |
Definition at line 108 of file MemoryImage.h.
|
inline |
Definition at line 127 of file MemoryImage.h.
|
inline |
Definition at line 141 of file MemoryImage.h.
| uint32 TMemoryImageObject< T >::FrozenSize |
Definition at line 100 of file MemoryImage.h.
| T* TMemoryImageObject< T >::Object |
Definition at line 99 of file MemoryImage.h.
| const FTypeLayoutDesc* TMemoryImageObject< T >::TypeDesc |
Definition at line 98 of file MemoryImage.h.