Ark Server API (ASA) - Wiki
|
#include <SharedPointerInternals.h>
Public Member Functions | |
FORCEINLINE | TRawPtrProxy (TYPE_OF_NULLPTR) |
FORCEINLINE | TRawPtrProxy (ObjectType *InObject) |
Public Attributes | |
ObjectType * | Object |
Proxy structure for implicitly converting raw pointers to shared/weak pointers
Definition at line 427 of file SharedPointerInternals.h.
|
inline |
Construct implicitly from a nullptr
Definition at line 433 of file SharedPointerInternals.h.
|
inlineexplicit |
Construct explicitly from an object
Definition at line 439 of file SharedPointerInternals.h.
ObjectType* SharedPointerInternals::TRawPtrProxy< ObjectType >::Object |
The object pointer
Definition at line 430 of file SharedPointerInternals.h.