Ark Server API (ASA) - Wiki
|
#include <MemoryImage.h>
Public Types | |
using | FPtrTable = TPtrTableBase<T, PtrType> |
Public Member Functions | |
TPatchedPtrBase (T *InPtr=nullptr) | |
T * | Get () const |
T * | GetChecked () const |
T * | operator-> () const |
T & | operator* () const |
operator T* () const | |
Private Attributes | |
PtrType | Ptr |
Definition at line 1199 of file MemoryImage.h.
using TPatchedPtrBase< T, PtrType >::FPtrTable = TPtrTableBase<T, PtrType> |
Definition at line 1202 of file MemoryImage.h.
|
inline |
Definition at line 1204 of file MemoryImage.h.
Definition at line 1206 of file MemoryImage.h.
|
inline |
Definition at line 1211 of file MemoryImage.h.
|
inline |
Definition at line 1214 of file MemoryImage.h.
|
inline |
Definition at line 1213 of file MemoryImage.h.
|
inline |
Definition at line 1212 of file MemoryImage.h.
|
private |
Definition at line 1218 of file MemoryImage.h.