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

#include <ScopeRWLock.h>

+ Collaboration diagram for FReadScopeLock:

Public Member Functions

UE_NODISCARD_CTOR FReadScopeLock (FRWLock &InLock)
 
 ~FReadScopeLock ()
 

Private Member Functions

 UE_NONCOPYABLE (FReadScopeLock)
 

Private Attributes

FRWLockLock
 

Detailed Description

Keeps a FRWLock read-locked while this scope lives

Definition at line 11 of file ScopeRWLock.h.

Constructor & Destructor Documentation

◆ FReadScopeLock()

UE_NODISCARD_CTOR FReadScopeLock::FReadScopeLock ( FRWLock & InLock)
inlineexplicit

Definition at line 14 of file ScopeRWLock.h.

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

◆ ~FReadScopeLock()

FReadScopeLock::~FReadScopeLock ( )
inline

Definition at line 20 of file ScopeRWLock.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ UE_NONCOPYABLE()

FReadScopeLock::UE_NONCOPYABLE ( FReadScopeLock )
private

Member Data Documentation

◆ Lock

FRWLock& FReadScopeLock::Lock
private

Definition at line 26 of file ScopeRWLock.h.


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