![]() |
Ark Server API (ASA) - Wiki
|
#include <PimplPtr.h>
Public Types | |
| enum class | ENoCopyType { ConstructType } |
| enum class | EDeepCopyType { ConstructType } |
Public Member Functions | |
| template<typename... ArgTypes> | |
| TPimplHeapObjectImpl (ENoCopyType, ArgTypes &&... Args) | |
| template<typename... ArgTypes> | |
| TPimplHeapObjectImpl (EDeepCopyType, ArgTypes &&... Args) | |
| TPimplHeapObjectImpl (void *InVal) | |
Public Attributes | |
| FDeleteFunc | Deleter = &DeleterFunc<T> |
| FCopyFunc | Copier = nullptr |
| T | Val |
Definition at line 84 of file PimplPtr.h.
| Enumerator | |
|---|---|
| ConstructType | |
Definition at line 87 of file PimplPtr.h.
| Enumerator | |
|---|---|
| ConstructType | |
Definition at line 86 of file PimplPtr.h.
|
inlineexplicit |
Definition at line 90 of file PimplPtr.h.
|
inlineexplicit |
Definition at line 99 of file PimplPtr.h.
|
inlineexplicit |
Definition at line 108 of file PimplPtr.h.
Definition at line 116 of file PimplPtr.h.
| FDeleteFunc UE::Core::Private::PimplPtr::TPimplHeapObjectImpl< T >::Deleter = &DeleterFunc<T> |
Definition at line 115 of file PimplPtr.h.
Definition at line 118 of file PimplPtr.h.