Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
SharedPointerInternals::TRawPtrProxy< ObjectType > Struct Template Reference

#include <SharedPointerInternals.h>

Public Member Functions

FORCEINLINE TRawPtrProxy (TYPE_OF_NULLPTR)
 
FORCEINLINE TRawPtrProxy (ObjectType *InObject)
 

Public Attributes

ObjectTypeObject
 

Detailed Description

template<class ObjectType>
struct SharedPointerInternals::TRawPtrProxy< ObjectType >

Proxy structure for implicitly converting raw pointers to shared/weak pointers

Definition at line 427 of file SharedPointerInternals.h.

Constructor & Destructor Documentation

◆ TRawPtrProxy() [1/2]

Construct implicitly from a nullptr

Definition at line 433 of file SharedPointerInternals.h.

◆ TRawPtrProxy() [2/2]

template<class ObjectType >
FORCEINLINE SharedPointerInternals::TRawPtrProxy< ObjectType >::TRawPtrProxy ( ObjectType * InObject)
inlineexplicit

Construct explicitly from an object

Definition at line 439 of file SharedPointerInternals.h.

Member Data Documentation

◆ Object

The object pointer

Definition at line 430 of file SharedPointerInternals.h.


The documentation for this struct was generated from the following file: