Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FSharedEventRef Class Referencefinal

#include <Event.h>

+ Collaboration diagram for FSharedEventRef:

Public Member Functions

 FSharedEventRef (EEventMode Mode=EEventMode::AutoReset)
 
FEventoperator-> () const
 

Private Attributes

TSharedPtr< FEventPtr
 

Detailed Description

RAII-style shared and pooled FEvent

Definition at line 163 of file Event.h.

Constructor & Destructor Documentation

◆ FSharedEventRef()

FSharedEventRef::FSharedEventRef ( EEventMode Mode = EEventMode::AutoReset)
explicit

Member Function Documentation

◆ operator->()

FEvent * FSharedEventRef::operator-> ( ) const
inline

Definition at line 168 of file Event.h.

Member Data Documentation

◆ Ptr

TSharedPtr<FEvent> FSharedEventRef::Ptr
private

Definition at line 174 of file Event.h.


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