Ark Server API (ASA) - Wiki
|
#include <SharedPointerInternals.h>
Public Member Functions | |
FORCEINLINE | TRawPtrProxyWithDeleter (ObjectType *InObject, const DeleterType &InDeleter) |
FORCEINLINE | TRawPtrProxyWithDeleter (ObjectType *InObject, DeleterType &&InDeleter) |
Public Attributes | |
ObjectType * | Object |
DeleterType | Deleter |
Proxy structure for implicitly converting raw pointers to shared/weak pointers
Definition at line 449 of file SharedPointerInternals.h.
|
inline |
Construct implicitly from an object and a custom deleter
Definition at line 458 of file SharedPointerInternals.h.
|
inline |
Construct implicitly from an object and a custom deleter
Definition at line 465 of file SharedPointerInternals.h.
DeleterType SharedPointerInternals::TRawPtrProxyWithDeleter< ObjectType, DeleterType >::Deleter |
The deleter object
Definition at line 455 of file SharedPointerInternals.h.
ObjectType* SharedPointerInternals::TRawPtrProxyWithDeleter< ObjectType, DeleterType >::Object |
The object pointer
Definition at line 452 of file SharedPointerInternals.h.