Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FWriteScopeLock Class Reference

#include <ScopeRWLock.h>

+ Collaboration diagram for FWriteScopeLock:

Public Member Functions

UE_NODISCARD_CTOR FWriteScopeLock (FRWLock &InLock)
 
 ~FWriteScopeLock ()
 

Private Member Functions

 UE_NONCOPYABLE (FWriteScopeLock)
 

Private Attributes

FRWLockLock
 

Detailed Description

Keeps a FRWLock write-locked while this scope lives

Definition at line 32 of file ScopeRWLock.h.

Constructor & Destructor Documentation

◆ FWriteScopeLock()

UE_NODISCARD_CTOR FWriteScopeLock::FWriteScopeLock ( FRWLock & InLock)
inlineexplicit

Definition at line 35 of file ScopeRWLock.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~FWriteScopeLock()

FWriteScopeLock::~FWriteScopeLock ( )
inline

Definition at line 41 of file ScopeRWLock.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ UE_NONCOPYABLE()

FWriteScopeLock::UE_NONCOPYABLE ( FWriteScopeLock )
private

Member Data Documentation

◆ Lock

FRWLock& FWriteScopeLock::Lock
private

Definition at line 47 of file ScopeRWLock.h.


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